dev
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 #mod or #modulename can be used
  • For specifying the function name, either #fun or #fname can be used
  • If no function name is specified, the function main will be invoked by default
Example
(Using w:c:dev:Module:SharedTest)
{{dev|#mod=SharedTest|#fname=hello}}

Hello, world! I'm Dev.