Localsettings.php

From Simland

$wgExtraNamespaces[100] = "Cheat"; $wgExtraNamespaces[101] = "Cheat_talk"; define("NS_CHEAT", 100); define("NS_CHEAT_TALK", 101);

$wgExtraNamespaces[NS_CHEAT] = "Cheat"; $wgExtraNamespaces[NS_CHEAT_TALK] = "Cheat_talk";

$wgNamespaceProtection[NS_CHEAT] = array( 'editcheat' ); #permission "sysop" required to edit the Cheat namespace $wgGroupPermissions['sysop']['editcheat'] = true; #permission "editcheat" granted to users in the "sysop" group

Personal tools