Sjabloon:Transclude/doc
Naar navigatie springen
Naar zoeken springen
40px | This is a documentation subpage for Sjabloon:Transclude. It contains usage information, categories, interlanguage links and other content that is not part of the original sjabloon page. |
This template is used on 7,065,000+ pages. To avoid large-scale disruption and unnecessary server load, any changes to this template should first be tested in its /sandbox or /testcases subpages, or in your own user space. The tested changes can then be added to this page in one single edit. Please consider discussing any changes on the talk page before implementing them. |
This template resolves page names as they would be handled by MediaWiki's template-transclusion process. It thereby removes ambiguity when doing other things with template pagenames, e.g. linking.
The most prominent use of this template is in the
menu used at the top of each {{navbox}}, though it is used in other templates as well, such as {{usbk}}.
Usage
{{transclude| Template:Foo }}
→ Sjabloon:Foo{{transclude| Category:Foo }}
→ Categorie:Foo{{transclude| Foo }}
→ Template:Foo{{transclude| :Foo }}
→ Foo{{transclude| :File:Foo }}
→ Bestand:Foo
See also
<templatedata> {
"description": "This template resolves page names as they would be handled by MediaWiki's template-transclusion process. It thereby removes ambiguity when doing other things with template pagenames, e.g. linking.", "params": { "": { "label": "Page name", "description": "The name of the page you are tring to link to", "type": "string", "required": true } }
} </templatedata>