MediaWiki REL1_33
CategoryTreeHidePrefix.php
Go to the documentation of this file.
1<?php
30
31 const NEVER = 0;
32
33 const ALWAYS = 10;
34
35 const CATEGORIES = 20;
36
37 const AUTO = 30;
38
39}
Constants for use with the hideprefix option, defining when the namespace prefix should be hidden.