Extension:UserOptionStats

MediaWiki extensions manual
UserOptionStats
Release status: stable
Implementation Special page
Description Allows for reporting on MediaWiki user option usage
Author(s) Niklas Laxström, Siebrand Mazeland
Latest version 3.0.1
MediaWiki >= 1.40.0
Database changes No
License GNU General Public License 2.0 or later
Download
Example translatewiki:Special:UserOptionStats
Quarterly downloads 0
Translate the UserOptionStats extension if it is available at translatewiki.net

The UserOptionStats extension is for reporting on User preference choices.

Installation edit

  • Download and move the extracted UserOptionStats 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/UserOptionStats
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'UserOptionStats' );
    
  • Install PHPlot which is required by this extension.
  • Add PHPlot to the $wgAutoloadClasses setting:
$wgAutoloadClasses['PHPlot'] = '/path/to/phplot/phplot.php';
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.