תבנית:NUMBEROF/תיעוד
Uses Module:NUMBEROF
NUMBEROF shows statistics for a language.project (eg. en.wikipedia). Statistics update every 6 hours except for your local wiki (enwiki) which are real-time.
Statistics are available for:
- Total Articles (main-space pages)
- Total Pages (articles + redirects + talk etc)
- Total Users (ever registered)
- Total Active Users (recently active)
- Total Edits
- Total Files (images)
- Total Admins
- Total for any of the above across all Wikipedia languages
Usage
[עריכת קוד מקור]There are 2 required parameters, and an optional third:
- First parameter:
articles
,pages
,edits
,users
,activeusers
,admins
orfiles
- Second parameter (lang.project):
en.wikipedia
,en.wikiquote
,commons.wikimedia
, etc.. if there is no ".<project_name>" it defaults to.wikipedia
thusen
oruk
are acceptable shortcuts - Third parameter: If not empty (any character) it will add a comma. For example "1000" becomes "1,000"
- Note: For Wikis that use non-Latin digits, adding a third parameter (any character) will display numbers in the native language
Examples
[עריכת קוד מקור]To show the number of articles of the French Wikipedia in format raw:
{{NUMBEROF|articles|fr}}
→ 2659065
To show the number of pages on Commons with comma:
{{NUMBEROF|pages|commons.wikimedia|N}}
→ 148,175,316
Totals
[עריכת קוד מקור]Totals are available for three types: totalactive
, totalclosed
and total
(ie. totalactive + totalclosed). "Active" or "closed" indicate the status of the Wikipedia, as some wikis are no longer active, but old stats are still available.
To show the total of all active sites, on wikipedia, for pages:
{{NUMBEROF|pages|totalactive.wikipedia|N}}
→ 268,164,883
There is also a special total.all
which is all projects (eg. wikipedia, wikiquote) that are active or closed.
{{NUMBEROF|pages|total.all|N}}
→ 648,722,048
Rankings
[עריכת קוד מקור]Site rankings are available. See Template:Wikipedia rank by size
Depth
[עריכת קוד מקור]Depth is available. Example:
{{NUMBEROF|depth|fr}}
→ 268
See meta:Wikipedia article depth for the meaning of depth.
How it works
[עריכת קוד מקור]- The statistics are stored at Commons:Data:Wikipedia_statistics/data.tab
- The rankings are stored at Commons:Data:Wikipedia_statistics/wikipedia.tab and wikibooks.tab etc.. one for each of 8 sister projects.
- The bot Numberof runs 4x daily updating data.tab and the ranking tabs based on a site list generated by API:SiteMatrix
- The bot sources statistics from API:Siteinfo
- The bot runs on Toolforge from
/data/project/botwikiawk/numberof
by en:User:GreenC
How to install on other wikis
[עריכת קוד מקור]Copy these pages:
- Template:NUMBEROF
- Template:NUMBEROF/doc
- Module:NUMBEROF
- Module:NUMBEROF/doc
- Module:NUMBEROF/data
- Module:NUMBEROF/data/doc
- Module:NUMBEROF/rank
- Module:NUMBEROF/other