Page MenuHomePhabricator

Setting Wikiversity namespace for Spanish language Wikibooks
Closed, ResolvedPublic

Description

Author: chlewey

Description:
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.


Version: unspecified
Severity: enhancement
URL: http://es.wikibooks.org/wiki/Wikilibros:Café

Details

Reference
bz4844

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:04 PM
bzimport set Reference to bz4844.
bzimport added a subscriber: Unknown Object (MLST).

chlewey wrote:

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.