FFL Wiki:FFL Wiki Main/Custom Namespaces

From FFL Wiki
Revision as of 05:15, 28 May 2010 by Phallus (talk | contribs) (Created page with 'The following custom namespaces have been added Techie:Techie Main FFL2:FFL2 Main == Config for custom namespaces == define("NS_TECHIE", 100); define("NS_TECHIE_TA…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The following custom namespaces have been added

Techie:Techie Main

FFL2:FFL2 Main


Config for custom namespaces

define("NS_TECHIE", 100);
define("NS_TECHIE_TALK", 101);
$wgExtraNamespaces[NS_TECHIE] = "Techie";
$wgExtraNamespaces[NS_TECHIE_TALK] = "Techie_talk";
$wgNamespacesWithSubpages[NS_TECHIE] = true;            #subpages enabled for the techie namespace
define("NS_FFL2", 102);
define("NS_FFL2_TALK", 101);
$wgExtraNamespaces[NS_FFL2] = "FFL2";
$wgExtraNamespaces[NS_FFL2_TALK] = "FFL2_talk";
$wgNamespacesWithSubpages[NS_FFL2] = true;            #subpages enabled for the FFL2 namespace