MediaWiki REL1_31
|
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 |
CategoryTree extension, an AJAX based gadget to display the category structure of a wiki.
Definition in file CategoryTree.php.
const CT_HIDEPREFIX_ALWAYS 10 |
Definition at line 46 of file CategoryTree.php.
const CT_HIDEPREFIX_AUTO 30 |
Definition at line 48 of file CategoryTree.php.
const CT_HIDEPREFIX_CATEGORIES 20 |
Definition at line 47 of file CategoryTree.php.
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.
const CT_MODE_ALL 20 |
Definition at line 38 of file CategoryTree.php.
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.
const CT_MODE_PAGES 10 |
Definition at line 37 of file CategoryTree.php.
const CT_MODE_PARENTS 100 |
Definition at line 39 of file CategoryTree.php.
if (function_exists('wfLoadExtension')) else |
Definition at line 24 of file CategoryTree.php.