Template:Category link/doc: Difference between revisions
More actions
| No edit summary | No edit summary | ||
| Line 1: | Line 1: | ||
| {{ | {{Documentation subpage}} | ||
| <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | ||
| {{Hatnote|{{tl|Category}} redirects here. You may be looking for {{tl|Wikipedia category}} or {{tl|Collapsible list}}.}} | {{Hatnote|{{tl|Category}} redirects here. You may be looking for {{tl|Wikipedia category}} or {{tl|Collapsible list}}.}} | ||
Latest revision as of 09:04, 17 February 2025
| This is a documentation subpage for Template:Category link. It may contain usage information, categories and other content that is not part of the original template page. | 
- {{Template:Category link|category name}}
- {{Template:Category link|Category:category name}}
- {{Template:Category link|category name|link text}}
- {{Template:Category link|category name|link text|count=yes}}
- {{Template:Category link|category name|link text|count=yes|count_type=type}}
- {{Template:Category link|category name|link text|count=yes|count_type=type|backlog=backlog threshold}}
{{category link}} or its alias {{cl}} produces a link to a category in a similar fashion to {{Template:Template link}} for a template. For example:
- {{Cl|Africa}} produces: Category:Africa
To specify the text used for the link, add it as a second parameter:
- {{Cl|Africa|this category}} produces: this category
To add a count of everything in the category, add the |count=yes parameter:
- {{Cl|Africa|count=yes}} produces: Category:Africa ( 0 )
If you just want to get a count of pages, files, or subcats, use the |count_type= parameter:
- {{Cl|Africa|count=yes|count_type=all}} produces: Category:Africa ( 0 ) (default)
- {{Cl|Africa|count=yes|count_type=pages}} produces: Category:Africa ( 0 )
- {{Cl|Africa|count=yes|count_type=subcats}} produces: Category:Africa ( 0 )
- {{Cl|Africa|count=yes|count_type=files}} produces: Category:Africa ( 0 )
If you want to make counts standout for categories that have a backlog, use |backlog=:
- {{Cl|Africa|count=yes|backlog=20}} produces: Category:Africa ( 0 )
See also
- {{Template:Category link without namespace}}, which produces output such as: Africa and Afrika
- {{Template:Category link short}}, which produces output such as: Cat:Africa
- {{Template:Category link with count}}, which produces output such as: Category:Africa (0) and Category:Africa (0)
- {{lc}}, which produces output such as: Category:Africa (edit | talk | history | links | watch | logs)
- {{lcs}}, which produces output such as (edit talk links history)
- {{tl}}, which links produces a link to a template surrounded by template-style double-braces (e.g. {{Africa}}).
- Category:Internal category-link templates
- Category:Internal link templates
- {{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:Example (edit | talk | history | links | watch | logs) | 
| {{lcs}} | (edit talk links history) | 
This template creates a link to a category and optionally displays the page count. If the page count exceeds a backlog threshold, it will be highlighted.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Category name | 1 | The name of the category to link to. 
 | String | required | 
| Display text | 2 | The text to display for the link. If not provided, the category name is used. 
 | String | optional | 
| Show count | count | Specifies whether to display the number of pages in the category. 
 | Boolean | optional | 
| Backlog threshold | backlog | The threshold for the page count. If the count exceeds this value, it will be highlighted. 
 | Number | optional | 
| Count type | count_type | Specifies the type of count to display (e.g., pages, files, or subcategories). 
 | String | optional | 
