Pojdi na vsebino

Modul:TEMPLATENAME/dok

Iz Wikipedije, proste enciklopedije
Redakcija dne 21:40, 22. julij 2025 od Pinky sl (pogovor | prispevki) (nova stran z vsebino: »{{Module rating|protected}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Distinguish|Template:TEMPLATENAME}} == Usage == <code><nowiki>{{</nowiki>#invoke:TEMPLATENAME|main<nowiki>}}</nowiki></code> 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...«)
(razl) ← Starejša redakcija | prikaži trenutno redakcijo (razl) | Novejša redakcija → (razl)

Usage

[uredi kodo]

{{#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}} -> Modul:TEMPLATENAME/dok while {{FULLPAGENAME}} -> Modul:TEMPLATENAME/dok.

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/dok.