More actions
Created page with "[[:Category:{{{1}}}|{{{2}}}]]{{#if:{{Yesno|1={{{count|no}}}}}| <small style="{{#ifexpr:{{{page_count}}}>={{{backlog}}}|font-weight: bold; color: #DD0000;}}">( {{formatnum:{{{page_count}}}}} )</small>}}<noinclude> {{Documentation|Template:Category link/doc}} </noinclude>" |
m Protected "Template:Category link/core": Initial wiki setup ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
(No difference)
| |
Latest revision as of 17:49, 3 March 2025
[[:Category:{{{1}}}|{{{2}}}]]
| This page uses Creative Commons Licensed content from Wikipedia (view authors). |
redirects here. You may be looking for or .}}
' or its alias ' produces a link to a category in a similar fashion to {{Tl}} for a template. For example:
To specify the text used for the link, add it as a second parameter:
To add a count of everything in the category, add the |count=yes parameter:
If you just want to get a count of pages, files, or subcats, use the |count_type= parameter:
If you want to make counts standout for categories that have a backlog, use |backlog=:
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 |