Custom namespaces:
authorErik Moeller <erik@users.mediawiki.org>
Tue, 31 Aug 2004 10:23:55 +0000 (10:23 +0000)
committerErik Moeller <erik@users.mediawiki.org>
Tue, 31 Aug 2004 10:23:55 +0000 (10:23 +0000)
commitf11ab4263bf3646a8f08a221516ae7ae3660f511
tree53387a015f2dddbf6e81774ffba266580412c466
parent67e6306a0edb75840a4ce3d2c604a748983980b0
Custom namespaces:
To add a new namespace, just set $wgExtraNamespaces in LocalSettings.php.
Custom namespaces must begin at 100.
This is primarily intended to let us add a bunch of international versions
of the "Help:" namespace on Meta, so we can finally have a single place for
all documentation and easily dump/import it to other wikis.
includes/DefaultSettings.php
includes/Namespace.php
languages/Language.php