Template:count
- The following documentation is located at Template:count/documentation. [edit]
- Useful links: subpage list • links • redirects • transclusions • errors (parser/module) • sandbox
This template counts how many unnamed parameters are given.
Examples
{{count|a|b|c}}
returns:
3
{{count|foo|bar|foo|bar|foo|bar}}
returns:
6
{{count|1|2|3|4}}
returns:
4
{{count|18|19}}
returns:
2
Technical restriction
The maximum value returned is 80.
See also
{{choose}}