MediaWiki REL1_31
CategoryTree.php File Reference

CategoryTree extension, an AJAX based gadget to display the category structure of a wiki. More...

Go to the source code of this file.

Variables

const CT_HIDEPREFIX_ALWAYS 10
 
const CT_HIDEPREFIX_AUTO 30
 
const CT_HIDEPREFIX_CATEGORIES 20
 
const CT_HIDEPREFIX_NEVER 0
 Constants for use with the hideprefix option, defining when the namespace prefix should be hidden.
 
const CT_MODE_ALL 20
 
const CT_MODE_CATEGORIES 0
 Constants for use with the mode, defining what should be shown in the tree.
 
const CT_MODE_PAGES 10
 
const CT_MODE_PARENTS 100
 
if(function_exists( 'wfLoadExtension')) else
 

Detailed Description

CategoryTree extension, an AJAX based gadget to display the category structure of a wiki.

Author
Daniel Kinzler, brightbyte.de
Note
© 2006-2008 Daniel Kinzler and others
GPL-2.0-or-later

Definition in file CategoryTree.php.

Variable Documentation

◆ CT_HIDEPREFIX_ALWAYS

const CT_HIDEPREFIX_ALWAYS 10

Definition at line 46 of file CategoryTree.php.

◆ CT_HIDEPREFIX_AUTO

const CT_HIDEPREFIX_AUTO 30

Definition at line 48 of file CategoryTree.php.

◆ CT_HIDEPREFIX_CATEGORIES

const CT_HIDEPREFIX_CATEGORIES 20

Definition at line 47 of file CategoryTree.php.

◆ CT_HIDEPREFIX_NEVER

const CT_HIDEPREFIX_NEVER 0

Constants for use with the hideprefix option, defining when the namespace prefix should be hidden.

Definition at line 45 of file CategoryTree.php.

◆ CT_MODE_ALL

const CT_MODE_ALL 20

Definition at line 38 of file CategoryTree.php.

◆ CT_MODE_CATEGORIES

const CT_MODE_CATEGORIES 0

Constants for use with the mode, defining what should be shown in the tree.

Definition at line 36 of file CategoryTree.php.

◆ CT_MODE_PAGES

const CT_MODE_PAGES 10

Definition at line 37 of file CategoryTree.php.

◆ CT_MODE_PARENTS

const CT_MODE_PARENTS 100

Definition at line 39 of file CategoryTree.php.

◆ else

if (function_exists('wfLoadExtension')) else
Initial value:
{
die( 'This version of the CategoryTree extension requires MediaWiki 1.25+' )

Definition at line 24 of file CategoryTree.php.