Difference between revisions of "Template:C/doc"
Jump to navigation
Jump to search
imported>Ahecht (add more examples) |
imported>Kaldari (TemplateData) |
||
| (5 intermediate revisions by 5 users not shown) | |||
| Line 13: | Line 13: | ||
: {{tlf|c|Category:philosophy|Philosophy category}} produces: {{c|Category:philosophy|Philosophy category}} | : {{tlf|c|Category:philosophy|Philosophy category}} produces: {{c|Category:philosophy|Philosophy category}} | ||
| + | == Template data == | ||
| + | |||
| + | {{TemplateDataHeader}} | ||
| + | <templatedata> | ||
| + | { | ||
| + | "description": "Creates links to categories without the namespace prefix.", | ||
| + | "params": { | ||
| + | "1": { | ||
| + | "label": "Category name", | ||
| + | "description": "The name of the category to link to, with or without the Category: prefix", | ||
| + | "type": "string", | ||
| + | "required": true | ||
| + | }, | ||
| + | "2": { | ||
| + | "label": "Link text", | ||
| + | "description": "Text of the actual link, if you want to override it", | ||
| + | "type": "string" | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </templatedata> | ||
===See also=== | ===See also=== | ||
| Line 19: | Line 40: | ||
* {{tl|lcs}}, which produces output such as: {{lcs|Philosophy}} | * {{tl|lcs}}, which produces output such as: {{lcs|Philosophy}} | ||
* {{tl|icon}} for standard Wikipedia icons. | * {{tl|icon}} for standard Wikipedia icons. | ||
| + | {{Internal category-link templates}} | ||
<includeonly>{{basepage subpage | <includeonly>{{basepage subpage | ||
Latest revision as of 01:30, 9 November 2018
| This is a documentation subpage for Template:C. It contains usage information, categories and other content that is not part of the original template page. |
Usage
Use {{c}} to create a namespace-free link to a category, e.g. Philosophy rather than Category:Philosophy, Cat:Philosophy:
- {{c|Philosophy}} produces: Philosophy
- {{c|Category:philosophy}} produces: Philosophy
To specify the text used for the link – e.g. "Philosophy category" in place of "Philosophy" – add it as the next parameter:
- {{c|Philosophy|Philosophy category}} produces: Philosophy category
- {{c|Category:philosophy|Philosophy category}} produces: Philosophy category
Template data
This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.
TemplateData for C
Creates links to categories without the namespace prefix.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Category name | 1 | The name of the category to link to, with or without the Category: prefix | String | required |
| Link text | 2 | Text of the actual link, if you want to override it | String | optional |
See also
- {{cl}}, which produces the second type of link shown in the Usage section (Category:Philosophy, i.e. including the namespace prefix).
- {{cls}}, which produces the third type shown in the Usage section (Cat:Philosophy, i.e. including an abbreviated namespace prefix).
- {{lcs}}, which produces output such as: (edit talk links history)
- {{icon}} for standard Wikipedia icons.
|
|