Extension:GlobalStats
Please expand this page. |
GlobalStats Release status: unknown |
|
---|---|
Implementation | Special page |
Author(s) | Josef Martiňák, Petr Kajzar |
Latest version | 1.2.1 |
MediaWiki | >= 1.36.0 |
License | MIT License |
Download | Bitbucket: Note: |
The GlobalStats extension collects stats for all wikis on a wiki farm and aggregates them into a Special:GlobalStats page.
Installation
edit- Download and place the file(s) in a directory called
GlobalStats
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'GlobalStats' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.