Template:Invokes: Difference between revisions
(Created page with "<includeonly>{{#ifeq:{{NAMESPACE}}|Module|<div class="seealso">'''''{{#replace:{{FULLPAGENAME}}|/doc}}''' is invoked by [[{{{page|Template:{{{1}}}}}}]].{{#ifeq:{{lc:{{{categor...") |
m (1 revision imported) |
(No difference)
|
Latest revision as of 17:40, 7 November 2021
Template loop detected: Template:Invokes/doc
This template should be put near the beginning of a template or module's documentation page to link to a module that the template invokes, or a template that invokes the module (respectively).
{{Invokes|ModuleName}} or {{Invokes|TemplateName}}
Parameters
(1)
On a template documentation page, this parameter should be supplied with the page title for a module that the template invokes (without the "Module:" namespace prefix).
For example:
{{Invokes|Sandbox}}
Result (if on the Template:Invokes page):
On a module documentation page, this parameter should be supplied with the page title for a template that invokes the module (without the "Template:" namespace prefix).
For example:
{{Invokes|Sandbox}}
Result (if on the Module:Sandbox page):
page
Optional parameter for use on module documentation pages. It allows overriding the default behaviour (linking to [[Template:{{{1}}}]]
) to instead link to a template page that's outside of the Template namespace. The parameter should be supplied with the full page title, including any namespace prefix.
For example:
{{Invokes|page=Calculator:Skill calculators/Template}}
Result (if on the Module:Skill calc page):