Sjabloon:Transclude: verschil tussen versies

Uit informatiestandaarden
Ga naar: navigatie, zoeken
k (Protected Template:Transclude: Highly visible template ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
(Nieuwe pagina aangemaakt met '{{#switch: {{NAMESPACE: {{{1}}} }} |#default = {{FULLPAGENAME: {{{1}}} }} <!-- eg "User:Foo" --> |{{ns:0}} = {{#ifeq: {{NAMESPACE: {{{1}}} }} | {{NAMESPACE: ...')
(geen verschil)

Versie van 17 jul 2013 om 11:36

Template:{{{1}}}

[bewerken] [purge] Template documentation

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



ur:سانچہ:Transclude

<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>