Module:Module doc/doc

From HIBIKIFORUM
< Module:Module doc
Revision as of 02:06, 12 June 2023 by Penguinplushie (talk | contribs) (Created page with "{{Documentation subpage}} {{Lua|Module:Module doc/config|Module:Arguments|Module:Message box|Module:Module wikitext|Module:Protection banner}} {{Uses TemplateStyles|Module:Module doc/styles.css}} This module displays a wrapper container for documentation for templates, Lua modules, or other pages. The {{tl|Module doc}} template invokes it. == Normal usage == For most uses, you should use the {{tlf|Module doc}} template; please see that template's page for its usage ins...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Light bulb.png }}
It contains usage information, categories and other content that is not part of the original module page.

This module displays a wrapper container for documentation for templates, Lua modules, or other pages. The {{Module doc}} template invokes it.

Normal usage

For most uses, you should use the {{Module doc}} template; please see that template's page for its usage instructions and parameters.

Use in other modules

To use this module from another Lua module, first load it with require:

local documentation = require('Module:Module doc').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.