Difference between revisions of "Module:Category link with count"
Jump to navigation
Jump to search
test>Tom Morris (adding a second argument: default "all" but you can put in "pages" or "subcats" etc. as documented on mw:Help:Magic_words#Statistics and it passes it through to the magic word) |
test>Hyacinth ({{Documentation|Template:Ln/doc}}) |
||
| Line 1: | Line 1: | ||
[[:Category:{{{1}}}]] ({{PAGESINCATEGORY:{{{1}}}|{{{2|all}}}}})<noinclude> | [[:Category:{{{1}}}]] ({{PAGESINCATEGORY:{{{1}}}|{{{2|all}}}}})<noinclude> | ||
| − | + | {{Documentation|Template:Clc/doc}} | |
[[Category:Internal category-link templates]] | [[Category:Internal category-link templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 03:07, 26 June 2017
[[:Category:{{{1}}}]] (0)
| This Lua module is used on many pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages. Consider discussing changes on the talk page before implementing them.
Transclusion count updated automatically (see documentation). |
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}}{{clc|CATEGORY}}{{CLC|CATEGORY}}
Two parameters
{{Category link with count|CATEGORY|TYPE}}{{clc|CATEGORY|TYPE}}{{CLC|CATEGORY|TYPE}}
Name label
{{Category link with count|Category:Guans (bird)|name=CAT:Guans}}→- CAT:Guans (0)
Examples
Using the template shortcut {{clc}}:
One parameter
Without "Category:"
{{clc|Côte-d'Or}}→ Category:Côte-d'Or (0)
With "Category:"
{{clc|Category:Côte-d'Or}}→ Category:Côte-d'Or (0)
Two parameters
Without "Category:"
{{clc|Côte-d'Or|pages}}→ Category:Côte-d'Or (0){{clc|Côte-d'Or|subcats}}→ Category:Côte-d'Or (0){{clc|Côte-d'Or|files}}→ Category:Côte-d'Or (0)
With "Category:"
{{clc|Category:Côte-d'Or|pages}}→ Category:Côte-d'Or (0){{clc|Category:Côte-d'Or|subcats}}→ Category:Côte-d'Or (0){{clc|Category:Côte-d'Or|files}}→ Category:Côte-d'Or (0)
See also
|
|
| The above documentation is transcluded from Template:Clc/doc. (edit | history) Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages. Subpages of this module. |