Jump to content

Module:TEMPLATENAME/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Changed phrasing
m added missing period
 
Line 8: Line 8:


To get the same behavior for [[Help:variables|variables]] other than <code><nowiki>{{FULLPAGENAME}}</nowiki></code>, this module can be passed as a parameter to them as in:
To get the same behavior for [[Help:variables|variables]] other than <code><nowiki>{{FULLPAGENAME}}</nowiki></code>, this module can be passed as a parameter to them as in:
<code><nowiki>{{PAGENAME:{{#invoke:TEMPLATENAME|main}}}}</nowiki></code> -> <samp>{{PAGENAME:{{#invoke:TEMPLATENAME|main}}}}</samp>
<code><nowiki>{{PAGENAME:{{#invoke:TEMPLATENAME|main}}}}</nowiki></code> -> <samp>{{PAGENAME:{{#invoke:TEMPLATENAME|main}}}}</samp>.


<includeonly>{{Sandbox other||
<includeonly>{{Sandbox other||

Latest revision as of 04:15, 14 February 2025

Usage

[edit]

{{#invoke:TEMPLATENAME|main}}

This module returns the name of the page it is being transcluded from. This differs from {{FULLPAGENAME}} which returns the name of the currently viewed page even if it is called from a template. To use this doc page as an example, {{#invoke:TEMPLATENAME|main}} -> Module:TEMPLATENAME/doc while {{FULLPAGENAME}} -> Module:TEMPLATENAME/doc.

To get the same behavior for variables other than {{FULLPAGENAME}}, this module can be passed as a parameter to them as in: {{PAGENAME:{{#invoke:TEMPLATENAME|main}}}} -> TEMPLATENAME/doc.