Extension:CategoryIntersection

From MediaWiki.org

Jump to: navigation, search

   

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

Release status: unknown

Description Maintains a table with hash values for category intersections within a page
Author(s)  Magnus ManskeTalk
License GPL
Download Download snapshot

Subversion [Help]
Browse source code

check usage (experimental)

[edit] What can this extension do?

Maintains a table with hash values for category intersections within a page

[edit] Installation

To install this extension, add the following to LocalSettings.php:

#add configuration parameters here
#setup user rights here
require_once("$IP/extensions/CategoryIntersection/CategoryIntersection.php");