Search results
Results from the WOW.Com Content Network
Download QR code; Print/export Download as PDF; Printable version; mw:Extension:Scribunto/Lua reference manual ...
The general, non-MediaWiki Lua reference manual can—while being very well written, comprehensive, and informative—be problematic for beginners, because certain features don't work in Wikipedia—beginning with print(), which appears in standard Lua "hello world" programs.
Scribunto Lua reference manual (Manual for the Mediawiki implementation) Programming in Lua (Official book/introduction to Lua) Lua tutorials at lua-users.org; Wiktionary:Lua on English Wiktionary: contains notes on efficiency and on dealing with Unicode and UTF-8
Lua is intended to be embedded into other applications, and provides a C API for this purpose. The API is divided into two parts: the Lua core and the Lua auxiliary library. [20] The Lua API's design eliminates the need for manual reference counting (management) in C code, unlike Python's API. The API, like the language, is minimalist.
Scribunto Lua reference manual; Programming in Lua; Introduction to Lua patterns; About regex. Lua "patterns" are based on Regex (Patterns are a reduced set of regex). Help:Lua metamodules: Lua in Wikipedia has several meta-modules available that can make core functions easily available.
Also, all Lua in the page is limited to 10 seconds CPU time (you can look in the source code of a rendered page to see how long a template or module took to parse). And relative to standard Lua, Scribunto's Lua lacks all sorts of functions (see mw:Extension:Scribunto/Lua reference manual § Differences from standard Lua).
Download QR code; Print/export Download as PDF; ... move to sidebar hide. mw:Manual:Coding conventions/Lua This page is a soft redirect This page was last edited on ...
However, even that is untrue. What you'll actually have available is documented in MW:Extension:Scribunto/Lua reference manual, which is a cut down version of the 1st Edition Lua manual that has been edited down and modified by Tim Starling to bring it more into line with the reality of Scribbling. Again, though, this is a reference manual, not ...