Template:Category link/doc

From World Encyclopedia of Conductors

Template:Template shortcut

{{Cl|category name}}
{{Cl|Category:category name}}
{{Cl|category name|link text}}
{{Cl|category name|link text|count=yes}}
{{Cl|category name|link text|count=yes|count_type=type}}
{{Cl|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 {{Tl}} for a template. For example:

Template:Tlf produces: Template:Cl

To specify the text used for the link, add it as a second parameter:

Template:Tlf produces: Template:Cl

To add a count of everything in the category, add the |count=yes parameter:

Template:Tlf produces: Template:Cl

If you just want to get a count of pages, files, or subcats, use the |count_type= parameter:

Template:Tlf produces: Template:Cl (default)
Template:Tlf produces: Template:Cl
Template:Tlf produces: Template:Cl
Template:Tlf produces: Template:Cl

If you want to make counts standout for categories that have a backlog, use |backlog=:

Template:Tlf produces: Template:Cl

See also

Template:Internal category-link templates


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.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Category name1

The name of the category to link to.

Example
ExampleCategory
Stringrequired
Display text2

The text to display for the link. If not provided, the category name is used.

Example
Custom Display Text
Stringoptional
Show countcount

Specifies whether to display the number of pages in the category.

Default
false
Example
true
Booleanoptional
Backlog thresholdbacklog

The threshold for the page count. If the count exceeds this value, it will be highlighted.

Example
10
Numberoptional
Count typecount_type

Specifies the type of count to display (e.g., pages, files, or subcategories).

Suggested values
all pages subcats files
Default
all
Example
pages
Stringoptional