Difference between revisions of "Template:Category link/doc"

From blackwiki
Jump to navigation Jump to search
imported>Sardanaphalus
m (template name)
imported>Technical 13
(Update documentation.)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
 
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
{{hatnote|{{tl|Cla}} and {{tl|Category}} redirect here. You may be looking for {{tl|Wikipedia category}}.}}
+
{{Hatnote|{{tl|Cla}} and {{tl|Category}} redirect here. You may be looking for {{tl|Wikipedia category}}.}}
<hr style="margin-bottom:1.25em;">
+
<hr style="margin-bottom: 1.25em;">
  
: {{tlx|cl|''category name''}}
+
: {{Tlx|Cl|''category name''}}
: {{tlx|cl|''category name''|''link text''}}
+
: {{Tlx|Cl|''category name''|''link text''}}
 +
: {{Tlx|Cl|''category name''|''link text''|count{{=}}yes}}
 +
: {{Tlx|Cl|''category name''|''link text''|count{{=}}yes|count_type{{=}}''type''}}
 +
: {{Tlx|Cl|''category name''|''link text''|count{{=}}yes|count_type{{=}}''type''|backlog{{=}}'''backlog threshold'''}}
  
{{tlpad|2px|cl}} ("[c]ategory [l]ink") produces a link to a category in a similar fashion to {{tlpad|tl}} for a template. For example:
+
{{Tlpad|2px|Cl}} ("[C]ategory [l]ink") produces a link to a category in a similar fashion to {{Tlpad|Tl}} for a template. For example:
: {{tcpl|cl|Africa}} produces: {{cl|Africa}}
+
: {{Tcpl|Cl|Africa}} produces: {{Cl|Africa}}
  
 
To specify the text used for the link, add it as a second parameter:
 
To specify the text used for the link, add it as a second parameter:
: {{tcpl|cl|Africa|this category}} produces: {{cl|Africa|this category}}
+
: {{Tcpl|Cl|Africa|this category}} produces: {{Cl|Africa|this category}}
 +
 
 +
To add a count of everything in the category, add the {{Para|count|yes}} parameter:
 +
: {{Tcpl|Cl|Africa|count{{=}}yes}} produces: {{Cl|Africa|count=yes}}
 +
 
 +
If you just want to get a count of pages, files, or subcats, use the [[MW:Help:Magic words#PAGESINCAT|{{Para|count_type}} parameter]]:
 +
: {{Tcpl|Cl|Africa|count{{=}}yes|count_type{{=}}all}} produces: {{Cl|Africa|count=yes|count_type=all}} ('''default''')
 +
: {{Tcpl|Cl|Africa|count{{=}}yes|count_type{{=}}pages}} produces: {{Cl|Africa|count=yes|count_type=pages}}
 +
: {{Tcpl|Cl|Africa|count{{=}}yes|count_type{{=}}subcats}} produces: {{Cl|Africa|count=yes|count_type=subcats}}
 +
: {{Tcpl|Cl|Africa|count{{=}}yes|count_type{{=}}files}} produces: {{Cl|Africa|count=yes|count_type=files}}
 +
 
 +
If you want to make counts standout for categories that have a backlog, use {{Para|backlog}}:
 +
: {{Tcpl|Cl|Africa|count{{=}}yes|backlog{{=}}20}} produces: {{Cl|Africa|count=yes|backlog=20}}
  
 
== See also ==
 
== See also ==
* {{tlpad|c}}, which produces output such as: {{c|Africa}} and {{c|icon|Africa}}
+
* {{Tlpad|C}}, which produces output such as: {{C|Africa}} and {{C|Africa|Afrika}}
* {{tlpad|cls}}, which produces output such as: {{cls|Africa}}
+
* {{Tlpad|Cls}}, which produces output such as: {{Cls|Africa}}
* {{tlpad|lc}}, which produces output such as: {{lc|Africa}}
+
* {{Tlpad|lc}}, which produces output such as: {{Lc|Africa}}
* {{tlpad|lcs}}, which produces output such as {{lcs|Africa}}
+
* {{Tlpad|lcs}}, which produces output such as {{Lcs|Africa}}
* {{tlpad|tl}}, which links produces a link to a template surrounded by template-style double-braces (e.g. {{tl|Africa}}).
+
* {{Tlpad|tl}}, which links produces a link to a template surrounded by template-style double-braces (e.g. {{Tl|Africa}}).
* {{cl|Internal category-link templates}}
+
* {{Cl|Internal category-link templates}}
* {{cl|Internal link templates}}
+
* {{Cl|Internal link templates}}
  
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |

Revision as of 18:12, 15 January 2015


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

Template:Tlpad ("[C]ategory [l]ink") produces a link to a category in a similar fashion to Template:Tlpad for a template. For example:

Template:Tcpl produces: Category:Africa

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

Template:Tcpl produces: this category

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

Template:Tcpl produces: Category:Africa ( 0 )

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

Template:Tcpl produces: Category:Africa ( 0 ) (default)
Template:Tcpl produces: Category:Africa ( 0 )
Template:Tcpl produces: Category:Africa ( 0 )
Template:Tcpl produces: Category:Africa ( 0 )

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

Template:Tcpl produces: Category:Africa ( 0 )

See also