Parser testing/replaceInternalLinks
Jump to navigation
Jump to search
- which namespaces should support subpages? See Language.php
- for a list of namespaces
- default: only discussion ("talk") namespaces and user pages
- allow subpages
- 0=no subpages, 1=subpages
$wgNamespacesWithSubpages = array( -1 => 0, 0 => 0, 1 => 1, 2 => 1, 3 => 1, 4 => 0, 5 => 1, 6 => 0, 7 => 1 );