Jump to content

Category:Module

From We Are Calloway

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.

This category currently contains no pages or media.