Template:NUMBEROF
Appearance
| This template uses Lua: |
Template used to show the variables NUMBEROFARTICLES, NUMBEROFPAGES, NUMBEROFEDITS, NUMBEROFUSERS, NUMBEROFACTIVEUSERS, NUMBEROFADMINS and NUMBEROFFILES of other Wikipedias.
Usage
[change source]It is used by 3 parameters, the third one is optional .
- First parameter (variable):
articles,pages,edits,users,activeusers,adminsorfiles - Second parameter (lang): es, en, de, fr...
- Third parameter (format): using N, it prints the number grouped in three numbers, without it it is shown in raw format, it permits to make mathematical operations with parserFunctions.
Full Documentation at en:Template:NUMBEROF.
Examples
[change source]To show the number of articles of the French Wikipedia in format raw:
{{NUMBEROF|articles|fr}}→ 2729180
To show the number of pages on simple in format raw:
{{NUMBEROF|pages|simple}}→ 923011
To show the number of pages on simple:
{{NUMBEROF|pages|simple|N}}→ 923,011