Want to contribute? Join the Discord and ask for the editor role.
RTGame:Lua
Lua usage on the RTGame Wiki
Lua is a programming language that is integrated into the RTGame Wiki with Scribunto. Lua source code is run from Modules in their own namespace, and invoked with {{#invoke:Module|function}}
; this should be done with a wrapper template. For example, if we have a module named "foo", then we should have a template called "Template:Foo" consisting of {{#invoke:Foo|main}}
to call the module, and use {{Foo}}
to use the module on pages.
For certain complex templates, Lua runs many times more efficiently than standard wikitext. It can also perform operations not available otherwise in wikitext. Unlike JavaScript, it is available to all readers, and does not need to be enabled. It is also run during parsing, rather than after.
See also
- Wikipedia:Lua (programming language) and Wikipedia:Project:Lua, for a more in-depth breakdown of the coding Language
- mw:Extension:Scribunto/Lua reference manual, for the documentation of Lua as used by the Scribunto extension
- Special:PrefixIndex/Module:, for a list of all current modules
- Category:Lua-based templates, for an index of templates that directly invoke Lua
Note: A portion of the text above is originated from the Star Citizen Wiki under CC BY-SA 4.0 license.
RTGame Wiki community | ||
---|---|---|
Projects | Search Engine Optimization • | |
Policies | Application programming interface • Copyrights • Lua • Policies • Redirect • Short description • Shortcut • Style guide • Templates • | |
Editing guides | Advanced editing • Cheat sheet • Source mode basics • VisualEditor advanced • VisualEditor basics • Your first edit • |