Extension:SiteMetrics
SiteMetrics Release status: stable |
|
---|---|
Implementation | Special page |
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.39+ |
License | GNU General Public License 2.0 or later |
Download | see below |
metricsview |
|
Quarterly downloads | 9 (Ranked 122nd) |
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
edit- 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.