Template:NUMBEROF

文档图示 模板文档[查看] [编辑] [历史] [清除缓存]


NUMBEROF shows statistics for a language.project (eg. en.wikipedia). Statistics update every 6 hours except for enwiki stats 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 or files
    • 本地化:可以用中文不限繁體與簡體輸入:條目、頁面、編輯、用戶、活躍用戶、管理員、文件。
  • Second parameter (lang.project): en.wikipedia, en.wikiquote, commons.wikimedia, etc.. if there is no ".<project_name>" it defaults to .wikipedia thus en or uk 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

Optionally the second parameter can be "total.wikipedia", and it will show the total across all wikipedia languages. See examples below.

Examples 编辑

To show the number of articles of the French Wikipedia in format raw:

  • {{NUMBEROF|articles|fr}} → 2604424
  • {{NUMBEROF|條目|fr}} → 2604424

To show the number of pages on Commons with comma:

  • {{NUMBEROF|pages|commons.wikimedia|N}} → 137,908,450

To show the total number of pages across all Wikipedia projects w/ comma:

  • {{NUMBEROF|pages|total.wikipedia|N}} → 261,160,550

To show the total number of pages across all sister projects w/ comma:

  • {{NUMBEROF|pages|total.all|N}} → 619,398,021
Caution: total.all will not provide accurate results if the sister project stats are not being tracked in config.tab (see below)

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}} → 261,154,560

There is also a special total.all which is all projects (eg. wikipedia, wikiquote) that are active or closed.

  • {{NUMBEROF|pages|total.all|N}} → 619,398,021

Meta statistics 编辑

Information about the number of Wiki sites is available. Three types of stats: active, closed and languages (ie. active + closed).

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 4月 2024 there are 339 Wikipedia sites of which 326 are active and 13 are closed."

Rankings 编辑

Site rankings are available. See {{Wikipedia rank by size}}

Depth 编辑

Depth is available. Example:

See meta:Wikipedia article depth for the meaning of depth.

How it works 编辑

How to install on other wikis 编辑

Copy and paste these pages:

This is all that is required for basic installation.

Optionally install the full package which includes documentation and a rank template:

Edit 'languages link' (left column) for:

Link to the enwiki version. This allows for easier upgrades later.