Template:Category link

From Hârn
(Redirected from Template:Category)
Jump to navigation Jump to search

[[:Category:{{{1}}}|Category:{{{1}}}]]

Template documentation[view] [edit] [history] [purge]

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

{{Cl}} ("[C]ategory [l]ink") produces a link to a category in a similar fashion to {{Tl}} 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 ( 3 )

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 ( 3 ) (default)
{{Cl|Africa|count=yes|count_type=pages}} produces: Category:Africa ( 0 )
{{Cl|Africa|count=yes|count_type=subcats}} produces: Category:Africa ( 3 )
{{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 ( 3 )

See also[edit source]

Page Type Normal Link Longer Link Usage Link
Template Template:ltb Template:lt General:{{tlg}}
Normal: {{tl}}
Code:{{tlx}}
File Template:lfb Template:lf Template:fl
User Template:lub Template:lu Template:ul
Category Template:lcb Template:lc Template:cl
Module Template:lmb Template:lm Template:ml
Wikipedia Template:lwb Template:lw
Portal Template:lpb Template:lp
Book Template:lb2 Template:lb
Article Template:lab Template:la
 
Template Example output
{{c}} Example
{{cl}} Category:Example
{{cls}} Cat:Example
Template Example output
{{clc}} Category:Example (0)
{{lc}} Category:Example (edit | talk | history | links | watch | logs)
{{lcs}} Category:Example(edit talk links history)

External links[edit source]