Pređi na sadržaj

Šablon:Transclude

Izvor: Vojna Enciklopedija

Šablon:{{{1}}}

Dokumentacija šablona[prikaži] [uredi] [istorija] [osveži]

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 }}Šablon:Foo
  • {{transclude| Category:Foo }}Kategorija:Foo
  • {{transclude| Foo }}Šablon:Foo
  • {{transclude| :Foo }}Foo
  • {{transclude| :File:Foo }}Datoteka:Foo

TemplateData

Ovo je TemplateData dokumentacija za ovaj šablon, korišćena u Vizuelnom uređivaču i u drugim alatkama; pogledajte mesečni izveštaj o greškama za ovaj šablon.

TemplateData za 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": {
               "1": {
                       "label": "Page name",
                       "description": "The name of the page you are trying to link to",
                       "type": "string",
                       "required": true
               }
       }

} </templatedata>

See also