Extension:SiteMetrics
![]() Release status: stableCategory:Stable extensions |
|
---|---|
![]() |
|
Implementation | Special pageCategory:Special page extensions |
Description | Displays statistics about social tools for privileged users |
Author(s) | Aaron Wright, David Pean, Jack Phoenix |
Latest version | 1.6.0 (2019-12-31) |
MediaWiki | 1.43+Category:Extensions with manual MediaWiki version |
License | GNU General Public License 2.0 or later |
Download | Category:Extensions in Wikimedia version control see below |
metricsview
Category:Extensions which add rights |
|
Quarterly downloads | 0 |
Translate the SiteMetrics extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
SiteMetrics extension adds a new special page, Special:SiteMetrics, for viewing statistics regarding the usage of Social tools . This special page is a restricted one. the user must have metricsview user right in order to access it. By default, administrators and staff are granted this right.
SiteMetrics uses Google Charts' API to display the graphs.
Installation
- Download and move the extracted
SiteMetrics
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SiteMetrics - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'SiteMetrics' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions
Category:Extensions in Wikimedia version control
Category:Extensions which add rights
Category:Extensions with manual MediaWiki version
Category:Extensions without a compatibility policy
Category:GPL licensed extensions
Category:Social tools
Category:Special page extensions
Category:Stable extensions