Difference between revisions of "Template:C/doc"
Jump to navigation
Jump to search
(←Blanked the page) |
imported>Kaldari (TemplateData) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Documentation subpage}} | ||
| + | <!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE----> | ||
| + | : {{tlx|c |''category name''}} | ||
| + | : {{tlx|c |''category name'' |''link text''}} | ||
| + | |||
| + | ===Usage=== | ||
| + | Use {{tl|c}} to create a [[Wikipedia:Namespace|namespace]]-free link to a category, e.g. {{c|Philosophy}} rather than {{cl|Philosophy}}, {{cls|Philosophy}}: | ||
| + | : {{tlf|c|Philosophy}} produces: {{c|Philosophy}} | ||
| + | : {{tlf|c|Category:philosophy}} produces: {{c|Category:philosophy}} | ||
| + | To specify the text used for the link – e.g. "Philosophy category" in place of "Philosophy" – add it as the next parameter: | ||
| + | : {{tlf|c|Philosophy|Philosophy category}} produces: {{c|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=== | ||
| + | * {{tl|cl}}, which produces the second type of link shown in the Usage section ({{cl|Philosophy}}, i.e. including the namespace prefix). | ||
| + | * {{tl|cls}}, which produces the third type shown in the Usage section ({{cls|Philosophy}}, i.e. including an abbreviated namespace prefix). | ||
| + | * {{tl|lcs}}, which produces output such as: {{lcs|Philosophy}} | ||
| + | * {{tl|icon}} for standard Wikipedia icons. | ||
| + | {{Internal category-link templates}} | ||
| + | |||
| + | <includeonly>{{basepage subpage | ||
| + | | <!----CATEGORIES BELOW THIS LINE, PLEASE:----> | ||
| + | [[Category:Internal category-link templates]] | ||
| + | }}</includeonly> | ||
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.
|
|