Template:C/doc
This is the TemplateData documentation for this template used by VisualEditor and other tools.
Category link
<templatedata> { "description": { "en": "Creates a link to a category in the user’s language.", "cs": "Vytvoří odkaz na kategorii v jazyce uživatele." }, "format": "inline", "params": { "1": { "label": { "en": "Category", "cs": "Kategorie" }, "description": { "en": "The name of the category (The “Category:” prefix may be omitted)", "cs": "Název kategorie (předpona “Kategorie:” může být vynechána)" }, "required": true, "type": "string", "autovalue": "" }, "2": { "label": { "en": "Displayed Text", "cs": "Zobrazený text" }, "description": { "en": "The displayed text", "cs": "Zobrazený text" }, "type": "line" }, "nsp": { "label": { "en": "Namespace?", "cs": "Jmenný prostor?" }, "description": { "en": "Whether to display the “Category:” namespace prefix, defaults to whether parameter 1 includes the “Category:” prefix.", "cs": "Zda se má zobrazit předpona jmenného prostoru “Kategorie:”, výchozí nastavení je, zda parametr 1 obsahuje předponu “Kategorie:”." }, "suggestedvalues": [ "0", "1", "¬" ], "default": "", "autovalue": "0", "type": "boolean" } } } </templatedata>
Examples
- No
|nsp=
parameter -
- {{C|Foo}} → Foo
- {{C|Category:Foo}} → Category:Foo
|nsp=1
-
- {{C|Foo|nsp=1}} → Category:Foo
- {{C|Category:Foo|nsp=1}} → Category:Foo