|
|
Line 1: |
Line 1: |
| {{Documentation subpage}}
| |
| <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
| |
| {{Template shortcut|clc|CLC}}
| |
|
| |
|
| '''Template:Category link with count''' generates a link to a category followed by the number of pages in the category. It uses the [[mw:Help:Magic words#PAGESINCATEGORY|PAGESINCATEGORY]] [[Help:Magic words#Parser functions|parser function]].
| |
|
| |
| == Usage ==
| |
| ; One parameter
| |
| : {{tlc|Category link with count|<var>CATEGORY</var>}}
| |
| : {{tlc|clc|<var>CATEGORY</var>}}
| |
| : {{tlc|CLC|<var>CATEGORY</var>}}
| |
|
| |
| ; Two parameters
| |
| : {{tlc|Category link with count|<var>CATEGORY</var>|<var>TYPE</var>}}
| |
| : {{tlc|clc|<var>CATEGORY</var>|<var>TYPE</var>}}
| |
| : {{tlc|CLC|<var>CATEGORY</var>|<var>TYPE</var>}}
| |
|
| |
| == Examples ==
| |
| Using the template shortcut {{tlx|clc}}:
| |
|
| |
| === One parameter ===
| |
| ; without "Category:"
| |
| : {{tlc|clc|Côte-d'Or}} → {{clc|Côte-d'Or}}
| |
|
| |
| ; with "Category:"
| |
| : {{tlc|clc|Category:Côte-d'Or}} → {{clc|Category:Côte-d'Or}}
| |
|
| |
| === Two parameters ===
| |
| ; without "Category:"
| |
| : {{tlc|clc|Côte-d'Or|pages}} → {{clc|Côte-d'Or|pages}}
| |
| : {{tlc|clc|Côte-d'Or|subcats}} → {{clc|Côte-d'Or|subcats}}
| |
| : {{tlc|clc|Côte-d'Or|files}} → {{clc|Côte-d'Or|files}}
| |
|
| |
| ; with "Category:"
| |
| : {{tlc|clc|Category:Côte-d'Or|pages}} → {{clc|Category:Côte-d'Or|pages}}
| |
| : {{tlc|clc|Category:Côte-d'Or|subcats}} → {{clc|Category:Côte-d'Or|subcats}}
| |
| : {{tlc|clc|Category:Côte-d'Or|files}} → {{clc|Category:Côte-d'Or|files}}
| |
|
| |
| ==See also==
| |
| {{Internal category-link templates}}
| |
|
| |
| <includeonly>{{sandbox other||
| |
| <!-- Categories below this line, please; interwikis at Wikidata -->
| |
| [[Category:Internal category-link templates]]
| |
| }}</includeonly>
| |