Extension:CategoryStats
From MediaWiki.org
|
Release status: beta |
|
|---|---|
| Implementation | Special page |
| Description | Returns page view statistics in a specific category. |
| Author(s) | Dan Rinkes |
| Last Version | 1.13+ (may work on earlier versions, but not tested) |
| PHP | 5.1 |
| License | GPL |
| Download | @ Google Code |
| Example | @ tiexpressdsp.com |
|
check usage (experimental) |
|
[edit] Summary
The CategoryStats extension will display Page hit statistics of all pages in a single category. This extension is a breakdown of the CategoryHits Extension, but divided up on a per page basis.
[edit] Installation
- Download the latest snapshot of the extension and extract it to your extensions directory. [here]
- Add
require_once( "$IP/extensions/CategoryStats/CategoryStats.php" );toLocalSettings.php.