Category:Module
Appearance
These modules contain functions written in Lua that can be accessed by other modules and templates. To access their functions in another module, you would use
local moduleName = require('MODULE_NAME')
moduleName.FUNCTION_NAME(VALUE)
To access their functions from a template or other page, you would use
{{#invoke:MODULE_NAME|FUNCTION_NAME|PARAMETER=VALUE}}
Lua functions should be kept separate from data, which reside in data modules.
External links
- require (Scribunto docs)
- Lua functions
This category currently contains no pages or media.