Template:C/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:C. It may contain 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
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.
|
|
Template data
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:C in articles based on its TemplateData.
TemplateData for C
<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>