Extension:CategoryStats

From MediaWiki.org

Jump to: navigation, search

           

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
CategoryStats

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

  1. Download the latest snapshot of the extension and extract it to your extensions directory. [here]
  2. Add require_once( "$IP/extensions/CategoryStats/CategoryStats.php" ); to LocalSettings.php.

[edit] External links