- Description
- This module allows users to use lua modules from dev.wikia.com
- Template Syntax
- {{dev|#modulename = NAME OF MODULE|#fname = NAME OF FUNCTION|parameter1|parameter2...}}
- For specifying the module name, either
#modor#modulenamecan be used - For specifying the function name, either
#funor#fnamecan be used - If no function name is specified, the function main will be invoked by default
- For specifying the module name, either
- Example
- (Using w:c:dev:Module:SharedTest)
{{dev|#mod=SharedTest|#fname=hello}}
Hello, world! I'm Dev.