Search results
Results from the WOW.Com Content Network
Contents move to sidebar hide (Top) 1 ... Toggle Examples subsection. 2.1 Package items. 3 Template data. Toggle the table of contents. Template: Lua autodoc. Add ...
Banner for templates that rely on Lua modules Template parameters Parameter Description Type Status Module 1 1 Name of the main module used in the template. Use multiple parameters to specify multiple modules. Page name required Module 2 2 Name of the second module. Page name optional Module 3 3 Name of the third module. Page name optional Module 4 4 Name of the fourth module. Page name ...
This template is used to indicate that a template uses one or more Lua modules (pages in the Module: namespace). It is placed at the top of the template's /doc page. It automatically adds a floating right notification box, and it adds the template to Category:Lua-based templates or to one of its subcategories.
Toggle the table of contents. Template: Module link lua/doc. Add languages. Add links. Template; Talk ...
A free open source tool to convert from CSV and Excel files to wiki table format: csv2other; Spreadsheet-to-MediaWiki-table-Converter This class constructs a MediaWiki-format table from an Excel/GoogleDoc copy & paste. It provides a variety of methods to modify the style.
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.
A table is a sequence, optionally supplemented by named keys: digit["two"]="2". Several table functions like table.concat will only work with the numbered values and ignore named keys. The metatable offers a large, optional set of methods for altering table behavior. For example, you can define a table to be callable like a function.
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