Module:Documentation/doc

From Miranda NG
< Module:Documentation
Revision as of 13:27, 11 July 2015 by Goraf (talk | contribs) (-)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a documentation subpage for Module:Documentation .
It contains usage information, categories and other content that is not part of the original template page.

This module displays a blue box containing documentation for templates, Lua modules, or other pages. It is usually run using the {{Documentation}} template.

Normal usage

For most uses, this module should be called from the {{Documentation}} template. Please see the template page for usage instructions and a list of parameters.

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.