starcitizen>Treefroog (Created page with ";Description :This template is used to insert descriptions on template pages. ;Syntax :Type <code><nowiki><noinclude></nowiki>{{t|documentation}}<nowiki></noinclude></nowiki><...") |
TehCupcakes (talk | contribs) m (4 revisions imported) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Documentation}} | |||
The '''documentation''' template is transcluded in the template/module documentation. This template should only be used on subpages titled "doc". | |||
== | ==Usage== | ||
Place {{t|documentation}} at the top of the documentation page. | |||
{{documentation}} | |||
If the page to be documented is a subpage, use {{t|documentation|pagename of page to be documented}} at the top of the documentation page. For example, Template:Foo/bar's documentation page would use {{t|documentation|Template:Foo/bar}}. | |||
The | The template will attempt to auto detect and link <code><nowiki>{{#Invoke:}}</nowiki></code> calls on template documentations or the <code>require()</code>/<code>mw.loadData()</code> depedency list on module documentations. If you want to supress the auto generated dependency list, use {{t|documentation|DependencyList=no}} | ||
== | ==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. | |||
<includeonly></includeonly> | |||
< | ==TemplateData== | ||
<templatedata> | |||
{ | |||
"params": {}, | |||
"description": "The documentation template is transcluded in the template/module documentation. This template should only be used on subpages titled \"doc\"." | |||
} | |||
</templatedata> | |||
Latest revision as of 10:29, 7 November 2023
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|<pagename of page to be documented>}} at the top of the documentation page. For example, Template:Foo/bar's documentation page would use {{documentation|<Template:Foo/bar>}}.
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}}
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.
TemplateData
The documentation template is transcluded in the template/module documentation. This template should only be used on subpages titled "doc".
Parameter | Description | Type | Status | |||
---|---|---|---|---|---|---|
No parameters specified |