Last modified: 2006-03-30 01:42:27 UTC
While there is ever a Wikiversity project with its own domain, we have to deal with it in Wikibooks. In order to have separate page counts, we are requesting a namespace for Wikiversity: Namespace name: "Wikiversidad:" Namespace talk: "Wikiversidad Discusión:" Thank you.
Changes to make in LocalSettings.php: $wgExtraNamespaces = array(100 => "Wikiversidad", 101 => "Wikiversidad_Discusión"); $wgNamespacesWithSubpages = array( -1 => 0, 0 => 1, 1 => 1, 2 => 1, 3 => 1, 4 => 0, 5 => 1, 6 => 0, 7 => 1, 8 => 0, 9 => 1, 10 => 0,11 => 1, 100 => 1, 101 => 1 ); or: $wgNamespacesWithSubpages = array( NS_MAIN => true, NS_TALK => true, NS_USER => true, NS_USER_TALK => true, NS_PROJECT_TALK => true, NS_IMAGE_TALK => true, NS_MEDIAWIKI_TALK => true, NS_TEMPLATE_TALK => true, NS_HELP_TALK => true, NS_CATEGORY_TALK => true, 100 => true, 101 => true );
Added namespace as 102/103; pages merged with no conflicts.