MediaWiki Suggested Configuration: Difference between revisions

From Hack Sphere Labs Open Access Wiki
Jump to navigation Jump to search
Created page with "=LocalSettings.php= $wgNamespacesWithSubpages[NS_MAIN] = true;"
 
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
=LocalSettings.php=
=LocalSettings.php=
*Enable Subpages, because they are awesome<ref>have subpages, https://www.mediawiki.org/wiki/Help:Subpages</ref><ref>list all subpages, https://www.mediawiki.org/wiki/Topic:Ua1cqlfd07kyvd8p</ref>
  $wgNamespacesWithSubpages[NS_MAIN] = true;
  $wgNamespacesWithSubpages[NS_MAIN] = true;
*Edit Template:Subpages
**Copy from here:  [[Template:Subpages]]
*Edit Template:Subpages/doc
**Copy from here:  [[Template:Subpages/doc]]
=References=

Latest revision as of 06:57, 20 October 2020

LocalSettings.php

$wgNamespacesWithSubpages[NS_MAIN] = true;

References