Difference between revisions of "Statistics"
Jump to navigation
Jump to search
m |
(minor cleanup, fix styling, add reference to MediaWiki's Magic Words article.) |
||
Line 1: | Line 1: | ||
{{Hatnote|For reference, see [[MediaWikiWiki:Help:Magic_words#Statistics]].}} | |||
{| | |||
{| class="wikitable" | |||
|+ {{SITENAME}} statistics | |||
|- | |- | ||
| | ! Variable | ||
! width="80" | Value | |||
! Description | |||
|- | |- | ||
! Number of Wiki pages<br /><code><nowiki>{{NUMBEROFPAGES}}</nowiki></code> | |||
| | | style="text-align: right;" | {{NUMBEROFPAGES}} | ||
| This shows the number of pages currently being served at the wiki. | |||
|- | |- | ||
! Number of Articles<br /><code><nowiki>{{NUMBEROFARTICLES}}</nowiki></code> | |||
| | | style="text-align: right;" | {{NUMBEROFARTICLES}} | ||
| This shows the number of articles in the content namespaces, e.g. ''Main:'', and ''Help:'' | |||
|- | |- | ||
| | ! Number of Files<br /><code><nowiki>{{NUMBEROFFILES}}</nowiki></code> | ||
| | | style="text-align: right;" | {{NUMBEROFFILES}} | ||
| This shows the number of files that currently resides on the wiki. | |||
|- | |- | ||
! Total Page Edits<br /><code><nowiki>{{NUMBEROFEDITS}}</nowiki></code> | |||
| | | style="text-align: right;" | {{NUMBEROFEDITS}} | ||
| This shows the current, and still increasing number of total edits committed to the wiki. | |||
|- | |- | ||
|'' | ! Number of Users<br /><code><nowiki>{{NUMBEROFUSERS}}</nowiki></code> | ||
| | | style="text-align: right;" | {{NUMBEROFUSERS}} | ||
| This shows the number of users registered on the wiki. Note, since the wiki uses an extension to connect the forum's account system to the wiki's own, this includes the large number of non-contributing forum users as well. | |||
|- | |||
! Number of Administrators<br /><code><nowiki>{{NUMBEROFADMINS}}</nowiki></code> | |||
| style="text-align: right;" | {{NUMBEROFADMINS}} | |||
| This shows the number of administrators tasked with administrating and generally maintaining the wiki. | |||
|} | |} |
Revision as of 18:48, 16 November 2014
For reference, see MediaWikiWiki:Help:Magic_words#Statistics.
Variable | Value | Description |
---|---|---|
Number of Wiki pages{{NUMBEROFPAGES}}
|
7,172 | This shows the number of pages currently being served at the wiki. |
Number of Articles{{NUMBEROFARTICLES}}
|
380 | This shows the number of articles in the content namespaces, e.g. Main:, and Help: |
Number of Files{{NUMBEROFFILES}}
|
5,026 | This shows the number of files that currently resides on the wiki. |
Total Page Edits{{NUMBEROFEDITS}}
|
46,268 | This shows the current, and still increasing number of total edits committed to the wiki. |
Number of Users{{NUMBEROFUSERS}}
|
3,182 | This shows the number of users registered on the wiki. Note, since the wiki uses an extension to connect the forum's account system to the wiki's own, this includes the large number of non-contributing forum users as well. |
Number of Administrators{{NUMBEROFADMINS}}
|
9 | This shows the number of administrators tasked with administrating and generally maintaining the wiki. |