Template:Category link with count/doc: Difference between revisions
Template page
More actions
create, copied from en.WP |
comment unused code |
||
| Line 34: | Line 34: | ||
==See also== | ==See also== | ||
{{Internal category-link templates}} | {{Internal category-link templates}} | ||
<includeonly>{{sandbox other|| | <includeonly>{{sandbox other|| | ||
| Line 40: | Line 40: | ||
[[Category:Internal category-link templates]] | [[Category:Internal category-link templates]] | ||
}}</includeonly> | }}</includeonly> | ||
--> | |||
Revision as of 07:18, 4 June 2019
Template:Category link with count generates a link to a category followed by the number of pages in the category. It uses the PAGESINCATEGORY parser function.
Usage
- One parameter
{{Category link with count|CATEGORY}}
- Two parameters
{{Category link with count|CATEGORY|TYPE}}
Examples
One parameter
- without "Category:"
{{Category link with count|Côte-d'Or}}→ Category:Côte-d'Or (0)
- with "Category:"
{{Category link with count|Category:Côte-d'Or}}→ Category:Côte-d'Or (0)
Two parameters
- without "Category:"
{{Category link with count|Côte-d'Or|pages}}→ Category:Côte-d'Or (0){{Category link with count|Côte-d'Or|subcats}}→ Category:Côte-d'Or (0){{Category link with count|Côte-d'Or|files}}→ Category:Côte-d'Or (0)
- with "Category:"
{{Category link with count|Category:Côte-d'Or|pages}}→ Category:Côte-d'Or (0){{Category link with count|Category:Côte-d'Or|subcats}}→ Category:Côte-d'Or (0){{Category link with count|Category:Côte-d'Or|files}}→ Category:Côte-d'Or (0)
}}</includeonly> -->