Extension:SiteMetrics

From mediawiki.org
MediaWiki extensions manual
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 1 (Ranked 149th)
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 your extensions/ 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' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.