Template:NUMBEROF
This template uses Lua: |
Template used to show the variables NUMBEROFARTICLES, NUMBEROFPAGES, NUMBEROFEDITS, NUMBEROFUSERS, NUMBEROFACTIVEUSERS, NUMBEROFADMINS and NUMBEROFFILES of other Wikipedias.
Usage
changeIt is used by 3 parameters, the third one is optional .
- First parameter (variable):
articles
,pages
,edits
,users
,activeusers
,admins
orfiles
- 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
changeTo show the number of articles of the French Wikipedia in format raw:
{{NUMBEROF|articles|fr}}
→ 2643607
To show the number of pages on simple in format raw:
{{NUMBEROF|pages|simple}}
→ 849761
To show the number of pages on simple:
{{NUMBEROF|pages|simple|N}}
→ 849,761