Template:Category redirect/doc

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

Instructions

Example: To redirect from Category:Authors to Category:Writers, simply add the following to Category:Authors:

{{Category redirect|Writers}} or
{{Category redirect|Category:Writers}} with optional namespace prefix

This template adds category pages to Category:Wikipedia soft redirected categories.

If a category redirect exists but is not likely to be useful (see criteria in WP:Category redirects that should be kept), start a discussion at WP:CFD.

In the case of redirects that are resolved or otherwise used by other templates, consider also adding the template {{R from category navigation}} and/or {{R from template-generated category}} as the unnamed second parameter. For example, on Category:16th-century Czech people:

{{Category redirect | 16th-century people from Bohemia | {{R from category navigation}} }}

If both "R from" templates are applicable, as on Category:Years of the 19th century in Sri Lanka, do not use a pipe between the two. They should both be included in the second parameter.

If a category redirect is intended to be kept when the above templates are not applicable, e.g. for alternative spellings, then add |keep=yes to suppress a deletion link that is usually displayed to administrators. It is not necessary to specify this when using the "R from" templates, because this function is switched on by their presence.

Templates in the target name

Note that the use of templates in the target name will prevent the redirect from being resolved by {{Resolve category redirect}}, as will the characters | or !.

For more information, see Template:Resolve category redirect#Templates.

Exceptions

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Category redirect in articles based on its TemplateData.

TemplateData for Category redirect

<templatedata> { "params": { "1": { "label": "Destination category", "description": "Category that this category should redirect to", "example": "Writers", "type": "wiki-page-name", "required": true }, "2": { "label": "Redirect categories", "description": "This parameter is for various

  • This is a redirect.

s",

"example": "", "type": "string" }, "nocat": { "description": "If \"true\", suppresses categorization. This should only be used for examples.", "example": "yes", "type": "boolean", "default": "false" }, "keep": { "description": "If \"true\", hides the link for admins to delete the category if empty", "type": "boolean", "default": "false" } }, "description": "Marks category as a soft-redirect", "format": "inline", "paramOrder": [ "1", "2", "nocat", "keep" ] } </templatedata>

See also