aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/wikis/templates/wiki_settings
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/wikis/templates/wiki_settings')
-rw-r--r--deployment/wikis/templates/wiki_settings8
1 files changed, 8 insertions, 0 deletions
diff --git a/deployment/wikis/templates/wiki_settings b/deployment/wikis/templates/wiki_settings
index 3714bacd..43a68621 100644
--- a/deployment/wikis/templates/wiki_settings
+++ b/deployment/wikis/templates/wiki_settings
@@ -17,3 +17,11 @@ $wgLogo = "";
$wgDefaultSkin = 'cavendish';
$wgFavicon = '/mw-en/skins/cavendish/favicon.png';
$wgRightsIcon = 'https://i.creativecommons.org/l/by-sa/3.0/88x31.png';
+
+define('NS_FEATURE', 100);
+define('NS_FEATURE_TALK', 101);
+$wgExtraNamespaces[NS_FEATURE] = 'Feature';
+$wgExtraNamespaces[NS_FEATURE_TALK] = 'Feature_Talk';
+$wgContentNamespaces[] = NS_FEATURE;
+$wgNamespacesToBeSearchedDefault[NS_FEATURE] = true;
+