Extension:AdvancedUserStats
![]() | Please expand this page. |
![]() Release status: unknownCategory:Extensions with invalid status |
|
---|---|
Implementation | Special pageCategory:Special page extensions |
Author(s) | Josef Martiňák |
Latest version | 1.1.1 |
MediaWiki | >= 1.39.0 |
License | MIT License |
Download | Bitbucket: Note: |
|
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 yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'AdvancedUserStats' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.