Template documentation

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 (metawiki) 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 (such as 'N') it will format numbers using rules for the current page language, using native grouping separators or decimal separators (so for example "1000" becomes "1,000" on English pages), and on pages in languages that use non-Latin digits, 'N' will also display numbers using the native script. Otherwise results are returned in "raw" format (using ASCII digits only, no grouping separators) that can be processed for example with "#expr".

Examples

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

  • {{NUMBEROF|articles|fr}} → 2604230

To show the number of pages on Commons with comma:

  • {{NUMBEROF|pages|commons.wikimedia|N}} → 137,881,106

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,129,717

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,314,821

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}} → 339
  • {{NUMBEROF|active|wikiquote}} → 73
  • {{NUMBEROF|closed|wikiquote}} → 23

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 April 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:

  • {{NUMBEROF|depth|fr}} → 262

See 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 copy-paste the full package which includes documentation, a rank template and meta statistics.

Edit 'languages link' (left column) for:

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

Template data

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
11

ARTICLES, PAGES, EDITS, USERS, ACTIVEUSERS, ADMINS or FILES.

Example
ARTICLES
Auto value
ARTICLES
Lineoptional
Language2

Language code (de, en, es, fr, ru...)

Example
en
Auto value
Lineoptional
33

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.

Example
N
Auto value
Unknownoptional

See also

  • {{Wikipedia rank by size}}
  • {{NUMBEROFGROUP}}, version of NUMBEROF with language groups of Wikipedias rather than individual editions (Germanic, Italic, Slavic, Japonic, Sinitic, etc.).
  • {{NUMBEROFFAMILY}}, version of NUMBEROF with primary language families (Indo-European, Altaic, Austronesian, Uralic, etc.).
  • Numberof bot at GitHub