Module:Documentation/doc: Difference between revisions
Jump to navigation
Jump to search
>Vinifera7 No edit summary |
Neokowloon (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
{{Lua|Module:Arguments|Module:Message box|Module:Protection banner|Module:Documentation/config}} | {{Lua|Module:Arguments|Module:Message box|Module:Protection banner|Module:Documentation/config}} | ||
This module displays a section containing documentation for [[ | This module displays a section containing documentation for [[wikipedia:Help:Template|templates]], [[wikipedia:Wikipedia:Lua|modules]], or other pages. It implements the {{tl|documentation}} template. | ||
==Usage from wikitext== | ==Usage from wikitext== |
Revision as of 07:51, 11 September 2021
This subpage provides documentation for Module:Documentation.
This module displays a section containing documentation for templates, modules, or other pages. It implements the {{documentation}} template.
Usage from wikitext
In most cases, you should use the {{documentation}} template. Refer to the template's documentation for usage instructions and parameters.
Usage from other modules
To use this module from another module, first require
it:
local documentation = require('Module:Documentation').main
Then call the function with a table of arguments:
documentation{content = 'Some documentation', ['link box'] = 'My custom link box'}
Refer to the {{documentation}} template's documentation for usage instructions and parameters.