Page MenuHomePhabricator

Set $wgBabelCategoryNames on it.wikivoyage
Closed, ResolvedPublic

Description

Author: e.r

Description:
Babel extension or its pseudo-user doesn't create any category on it.wikivoyage. Because the extension is used by many users and has been officially adopted in place of the template Babel I think it is an important issue. I ask to Wikipedia https://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_(technical)&oldid=530171749#User:Babel_AutoCreate but I have not received a response. Thanks


Version: unspecified
Severity: enhancement

Details

Reference
bz43488

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:11 AM
bzimport set Reference to bz43488.
bzimport added a subscriber: Unknown Object (MLST).

It just needs this configuration (it's the same on all Italian projects).

'itwikivoyage' => array(

		'0' => 'Utenti %code%-0',
		'1' => 'Utenti %code%-1',
		'2' => 'Utenti %code%-2',
		'3' => 'Utenti %code%-3',
		'4' => 'Utenti %code%-4',
		'5' => false,
		'N' => 'Utenti %code%-M',

),

e.r wrote:

Ok, so please add this array:

'itwikivoyage' => array(

		'0' => 'Utenti %code%-0',
		'1' => 'Utenti %code%-1',
		'2' => 'Utenti %code%-2',
		'3' => 'Utenti %code%-3',
		'4' => 'Utenti %code%-4',
		'5' => 'Utenti %code%-5',
		'N' => 'Utenti %code%-M',

),

e.r wrote:

Ok, so please add this array:

'itwikivoyage' => array(

		'0' => 'Utenti %code%-0',
		'1' => 'Utenti %code%-1',
		'2' => 'Utenti %code%-2',
		'3' => 'Utenti %code%-3',
		'4' => 'Utenti %code%-4',
		'5' => 'Utenti %code%-5',
		'N' => 'Utenti %code%-M',

),

e.r wrote:

Yes this. Thank you Nemo.

'itwikivoyage' => array(
    '0' => 'Utenti %code%-0',
    '1' => 'Utenti %code%-1',
    '2' => 'Utenti %code%-2',
    '3' => 'Utenti %code%-3',
    '4' => 'Utenti %code%-4',
    '5' => false,
    'N' => 'Utenti %code%-M',
),

e.r wrote:

And in this array 'wmgBabelMainCategory' this code:

'itwikivoyage' => 'Utenti %code%',

e.r wrote:

Hi, what's the problem? Could I help you?