Toggle menu
14
236
69
27.4K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 00:05, 8 March 2025 by Prd (talk | contribs) (Created page with "{{WikiProject Lua header}} == "Hello world" == * See Module:Example ==Documentation== * Scribunto Lua reference manual (Manual for the Mediawiki implementation) * [http://www.lua.org/pil/contents.html#P1 Programming in Lua] (Official book/introduction to Lua) * [http://lua-users.org/wiki/TutorialDirectory Lua tutorials at lua-users.org] * Wiktionary:Lua on English Wiktionary: contains not...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

"Hello world"

Documentation

How-to guides

Debugging modules

  • Module:SimpleDebug - It allows to collect and view the values of one or several variables and/or customized labels of several points of a lua program.

Testing modules

Profiling modules and functions

  • Module:Timing – module to do some simple probing of timing issues, mostly to spot and fix load problems

Patterns

Wikipedia resources

Template:Wikipedia technical help