Template:C/doc

From the AARoads Wiki: Read about the road before you go
Jump to navigation Jump to search

Usage

{{|category name}}
{{|category name |link text}}

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

Template Example output
{{c}} Example
{{cl}} Category:Example
{{cls}} Cat:Example
Template Example output
{{cconly}} 0
{{clc}} Category:Example (0)
{{lc}} [[:Category:]] 
{{lcs}} Category:Example(edit talk links history)

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>