Extension:UserOptionStats

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
UserOptionStatus

Release status: stable

Implementation Special page
Description
Author(s) Niklas Laxström, Siebrand Mazeland
Last version 1.1
License GPL 2.0 or later
Download
Change log
Example translatewiki:Special:UserOptionStats

Check usage (experimental)

This extension is for reporting on User preference choices.

[edit] Installation

After the code is put into known place, all that is needed is a line similar to this in the LocalSettings.php that lies in MediaWiki's root directory:

require_once( "$IP/extensions/UserOptionStats/UserOptionStats.php" );

You need PHPlot to be able to use this extension. PHPlot needs to be in $wgAutoloadClasses:

$wgAutoloadClasses['PHPlot'] = '/path/to/phplot/phplot.php';
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox