2,875
edits
(Adjust namespace) |
No edit summary |
||
Line 9: | Line 9: | ||
Also note that if an argument is optional, you can simply append a pipe symbol after its name (be it numeric or a named keyword argument) to default to the empty string. | Also note that if an argument is optional, you can simply append a pipe symbol after its name (be it numeric or a named keyword argument) to default to the empty string. | ||
=== Lua === | |||
To create and use a module, it is important to create a module within the <code>Module:</code> namespace, otherwise it will not function! | |||
For specific help on how to use Lua (scribunto) to create modules, you can read [https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual this article]. Alternatively, you can view some Melvor Wiki specific examples [[Melvor Idle:How to edit/Lua|here]] | |||
=== Versioning === | === Versioning === |
edits