Module:Documentation/doc
From Zoophilia Wiki
Jump to navigationJump to search
This is the documentation page for Module:Documentation
This module displays a box containing documentation for templates, Lua modules and other pages. The {{Documentation}} template invokes it.
Use in other modules
To use this module from another Lua module, first load it with require:
local documentation = require('Module:Documentation').main
Then you can simply call it using a table of arguments.
documentation{content = 'Some documentation', ['link box'] = 'My custom link box'}
Please refer to the template documentation for usage instructions and a list of parameters.