Module:TEMPLATENAME/doc: Difference between revisions
From Kenshi Wiki
More actions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{doc sub}} | ||
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> | <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> | ||
{{Distinguish|Template:TEMPLATENAME}} | {{Distinguish|Template:TEMPLATENAME}} | ||
Line 14: | Line 14: | ||
[[Category:Modules]] | [[Category:Modules]] | ||
}}</includeonly> | }}</includeonly> | ||
<noinclude>[[Category:Module | <noinclude> | ||
[[Category:Module documents]] | |||
</noinclude> |
Latest revision as of 01:09, 10 March 2025
This is a documentation subpage for Module:TEMPLATENAME. It may contain usage information, categories and other content that is not part of the original module page. |
Usage
{{#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.