Help:Lua

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by John of Reading (talk | contribs) at 16:25, 11 February 2021 (Reverted 1 edit by 2403:6200:8938:36C3:197B:89C8:2CDD:636B (talk): Unexplained deletion). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

  • Help:Lua for beginners
  • Help:Lua debugging – about debugging Lua modules
  • Wikipedia:Lua style guide – standards to improve the readability of code through consistency
  • Module:Sandbox provides a pseudo-namespace for experimenting with Lua modules

"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