Template:C

From Second Life Wiki
Jump to navigation Jump to search

[[:Category:|]]

[Edit] [🔄Purge] Template-info.png Template documentation

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:Internal category-link templates

Template data

This is the "Wikipedia logo"TemplateData for this template used by TemplateWizard, "Wikipedia logo"VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for C

{
	"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"
		}
	}
}