Template:Documentation: Difference between revisions
m (5 revisions imported: import from osrsw:Template:Plinkt) |
m (1 revision imported) |
||
Line 1: | Line 1: | ||
{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> | |||
<!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> | |||
</noinclude> |
Revision as of 01:12, 1 April 2020
Template loop detected: Template:Documentation/doc
The documentation template is transcluded in the template/module documentation. This template should only be used on subpages titled "doc".
Usage
Place {{documentation}} at the top of the documentation page.
If the page to be documented is a subpage, use {{documentation}} at the top of the documentation page. For example, Template:Foo/bar's documentation page would use {{documentation}}.
The template will attempt to auto detect and link {{#Invoke:}}
calls on template documentations or the require()
/mw.loadData()
depedency list on module documentations. If you want to supress the auto generated dependency list, use {{documentation}}
On modules which are data modules (compatible with mw.loadData
) the |isData=y
parameter should be used to specify this.
Note
This template links to a /doc that may appear useless, however, it exists in order to link navboxes and userboxes to their base template's documentation.