Extension:AdvancedUserStats

Category:Pages to be expanded#AdvancedUserStats Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:MIT licensed extensions
MediaWiki extensions manual
AdvancedUserStats
Release status: unknownCategory:Extensions with invalid status
Implementation Special page Category:Special page extensions
Author(s) Josef Martiňák
Latest version 1.1.1
MediaWiki >= 1.39.0
License MIT License
Download Category:Extensions in Bitbucket version control
  • $wgAUSreports
Category:All extensions

The AdvancedUserStats extension provides a special page (Special:AdvancedUserStats) that displays various statistics extracted from page history and logs.

Installation

  • Download and place the file(s) in a directory called AdvancedUserStats in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'AdvancedUserStats' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:Extensions in Bitbucket version control Category:Extensions with invalid status Category:Extensions without a compatibility policy Category:Extensions without an image Category:MIT licensed extensions Category:Pages to be expanded Category:Special page extensions