قالب:NUMBEROF/doc
This is a documentation subpage for قالب:NUMBEROF. It may contain usage information, categories and other content that is not part of the original قالب page. |
This template uses Lua: |
NUMBEROF shows statistics for a language.project (eg. en.wikipedia, cs.wikiquote, commons.wikimedia, etc.). 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 (such as 'N') it will add a comma. For example "1000" becomes "1,000". For Wikis that use non-Latin digits, 'N' will also display numbers in the native script.
Examples
تعديلTo show the number of articles of the French Wikipedia in format raw:
{{NUMBEROF|articles|fr}}
→ 2654756
To show the number of pages on Commons with comma:
{{NUMBEROF|pages|commons.wikimedia|N}}
→ 147,255,219
Totals
تعديلTotals for first parameter stats (articles
, pages
, edits
, users
, activeusers
, admins
or files
) are available in 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}}
→ 267,611,762
There is also a special total.all
which is all projects (eg. wikipedia, wikiquote) that are active or closed.
{{NUMBEROF|pages|total.all|N}}
→ 646,733,817
Meta statistics
تعديلInformation about the number of Wiki sites is available. Three types of stats: active
, closed
and languages
(ie. active + closed).
{{NUMBEROF|languages|wikipedia}}
→ خطأ لوا في package.lua على السطر 80: module 'Module:NUMBEROF/meta' not found.{{NUMBEROF|active|wikiquote}}
→ خطأ لوا في package.lua على السطر 80: module 'Module:NUMBEROF/meta' not found.{{NUMBEROF|closed|wikiquote}}
→ خطأ لوا في package.lua على السطر 80: module 'Module:NUMBEROF/meta' not found.
This allows for creating dynamic sentences for example: As of {{CURRENTMONTHNAME}} {{CURRENTYEAR}} there are {{NUMBEROF|languages|wikipedia}} Wikipedia sites of which {{NUMBEROF|active|wikipedia}} are active and {{NUMBEROF|closed|wikipedia}} are closed.
which produces: "As of ديسمبر 2024 there are خطأ لوا في package.lua على السطر 80: module 'Module:NUMBEROF/meta' not found. Wikipedia sites of which خطأ لوا في package.lua على السطر 80: module 'Module:NUMBEROF/meta' not found. are active and خطأ لوا في package.lua على السطر 80: module 'Module:NUMBEROF/meta' not found. are closed."
Rankings
تعديلSite rankings are available. See {{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 retrieved by Module:NUMBEROF from Commons:Data:Wikipedia statistics/data.tab and Commons:Data:Wikipedia statistics/meta.tab
- The rankings are retrieved from Commons:Data:Wikipedia statistics/rank/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 and statistics from API:Siteinfo
- The bot runs on Toolforge from
/data/project/botwikiawk/numberof
by === How to install on other wikis ===
Copy and paste these pages:
- Template:NUMBEROF
- Module:NUMBEROF
- Module:NUMBEROF/data
This is all that is required for basic installation.
Optionally copy-paste the full package which includes documentation, a rank template and meta statistics.
- قالب:NUMBEROF/doc .. optionally use shorter قالب:NUMBEROF/basicdoc renamed as "/doc"
- Module:NUMBEROF/doc
- Module:NUMBEROF/rank .. for rankings
- Module:NUMBEROF/other .. for rankings
- Module:NUMBEROF/meta .. for meta statistics
- {{Wikipedia rank by size}} .. optionally translate template name
- {{Wikipedia rank by size/WP}} .. variation on the template
- {{Wikipedia rank by size/doc}}
Edit 'languages link' (left column) for:
- Template:NUMBEROF
- Module:NUMBEROF
- قالب:Wikipedia rank by size (if installed)
Link to the enwiki version. This allows for easier upgrades later.
See also
تعديل{{Wikipedia rank by size}}
- Numberof bot at GitHub