Page MenuHomePhabricator

Enable Author, Page, Index namespaces on ro.wikisource
Closed, ResolvedPublic

Description

Please enable Author, Page, Index namespaces on ro.wikisource adding the following to $wgExtraNamespaces:

'rowikisource' => array( 
    102 => 'Autor', 
    103 => 'Discuție_Autor',
    104 => 'Index',
    105 => 'Discuție_Index',

106 => 'Pagină',
107 => 'Discuție_Pagină',

),

These ids are the most common among Wikisources for these namespaces.
The ProofreadPage extension is used locally and such pseudo-namespaces are already in use, see [[s:ro:Special:Index/Autor:]], [[s:ro:Special:Index/Index:]], [[s:ro:Special:Index/Pagină:]].
I've been requested to file this bug by a local sysop: http://meta.wikimedia.org/w/index.php?title=User_talk%3ANemo_bis&action=historysubmit&diff=2609925&oldid=2598595
I've already filed two separate requests to improve the use of such namespaces on all Wikisources, including ro.source: bug 29168, bug 29172.


Version: unspecified
Severity: enhancement

Details

Reference
bz29190

Event Timeline

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

Sorry, I meant:

'rowikisource' => array( 
    102 => 'Autor', 
    103 => 'Discuție_Autor',
    104 => 'Pagină',
    105 => 'Discuție_Pagină',
    106 => 'Index',
    107 => 'Discuție_Index',
),