Last modified: 2006-03-30 01:42:27 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T6844, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 4844 - Setting Wikiversity namespace for Spanish language Wikibooks
Setting Wikiversity namespace for Spanish language Wikibooks
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal enhancement with 2 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
http://es.wikibooks.org/wiki/Wikilibr...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-02-02 23:35 UTC by Carlos Eugenio Thompson Pinzón
Modified: 2006-03-30 01:42 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Carlos Eugenio Thompson Pinzón 2006-02-02 23:35:59 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.
Comment 1 Carlos Eugenio Thompson Pinzón 2006-02-22 22:09:20 UTC
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
);
Comment 2 Brion Vibber 2006-03-30 01:42:27 UTC
Added namespace as 102/103; pages merged with no conflicts.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links