Page 1 of 1

Enabling of Subpages on MicrasWiki

Posted: Wed May 30, 2018 1:25 pm
by octavius
I request that the following code be added to the LocalSettings.php file:

Code: Select all

# Enable subpages in the main namespace
$wgNamespacesWithSubpages[NS_MAIN] = true;

# Enable subpages in the template namespace
$wgNamespacesWithSubpages[NS_TEMPLATE] = true;
In accordance with the following instructional page:
https://www.mediawiki.org/wiki/Manual:$ ... -namespace

I think that many would benefit from the organizational options that Subpages offers.

Much thanks!

Re: Enabling of Subpages on MicrasWiki

Posted: Wed May 30, 2018 4:32 pm
by ari
yes_stamp

(not that I have tested anything beyond just... well, loading the main page once, actually; usually, if config updates to the wiki break something, they fortunately break everything)