Template:C/doc

From The Adachi Wiki
Revision as of 14:32, 31 March 2023 by Adachi (talk | contribs) (Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{TemplateData header|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 th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the TemplateData documentation for this template used by VisualEditor and other tools.

Category link

Creates a link to a category in the user’s language.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Category1

The name of the category (The “Category:” prefix may be omitted)

Auto value
Stringrequired
Displayed Text2

The displayed text

Lineoptional
Namespace?nsp

Whether to display the “Category:” namespace prefix, defaults to whether parameter 1 includes the “Category:” prefix.

Suggested values
0 1 ¬
Default
{{#ifeq:{{NAMESPACENUMBER:{{{1}}}|14|1|0}}}}
Auto value
0
Booleanoptional

Examples

No |nsp= parameter
  • {{C|Foo}}Foo
  • {{C|Category:Foo}}Category:Foo
|nsp=0
  • {{C|Foo|nsp=0}}Foo
  • {{C|Category:Foo|nsp=0}}Foo
|nsp=1