Page MenuHomePhabricator

Enable alias "وو" -> "ویکی‌واژه" for Persian Wiktionary (fa.wiktionary.org)
Closed, ResolvedPublic

Description

Hello, I request the activation of the prefix "وو" as an alias for
"ویکی‌واژه" namespace for the Persian Wiktionary, Thank you.


Version: unspecified
Severity: enhancement
URL: http://fa.wiktionary.org/wiki/ویکی‌واژه:نظرخواهی‌ها/۲۰۱۱-۰۸/ایجاد_میان‌بر_سرواژه_وو_به_فضای‌نام_ویکی‌واژه

Details

Reference
bz30243

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 21 2014, 11:54 PM
bzimport set Reference to bz30243.
bzimport added a subscriber: Unknown Object (MLST).
'fawiki' => array(
    100 => 'درگاه',
    101 => 'بحث_درگاه',
),

Those are your extra namespaces, but I cannot find a "ویکی‌واژه", which namespace is it?

Thanks

Sorry, I told Wiktionary not Wikipedia, "ویکی‌واژه" is project namespace, Thanks.

You've currently got

'fawiki' => array(
        'وپ' => NS_PROJECT,
),

But you want an extra one too, right?

'fawiktionary' => array(
    100 => "پیوست",
    101 => "بحث_پیوست",
),

Still, those don't match the text you entered in your first message...

see this : http://fa.wiktionary.org/w/api.php?action=query&meta=siteinfo&siprop=namespaces

<ns id="4" case="case-sensitive" subpages="" canonical="Project" xml:space="preserve">ویکی‌واژه</ns>

So it's not NS_PROJECT, it's "the project namespace" ie "wiktionary"

Should be like this :

'fawiktionary' => array(
        'وو' => NS_PROJECT,
),