Page MenuHomePhabricator

Namespace aliases for Malayalam Wikipedia
Closed, ResolvedPublic

Description

Author: sadik.khalid

Description:
Please add the following Namespace Aliases for ml.wikipedia.org

'Wikipedia' => വിക്കിപീഡിയ (Wikipedia),
'WP' => വിക്കിപീഡിയ (Wikipedia),
'വി' => വിക്കിപീഡിയ (Wikipedia),
'വിസം' => വിക്കിപീഡിയ സംവാദം (Wikipedia Talk),
'ഉ' => ഉപയോക്താവ് (User),
'ഉസം' => ഉപയോക്താവിന്റെ സംവാദം (User Talk),
'ചി' => ചിത്രം (Image),
'ചിസം' => ചിത്രത്തിന്റെ സംവാദം (Image Talk),
'ഫ' => ഫലകം (Template),
'ഫസം' => ഫലകത്തിന്റെ സംവാദം (Template Talk),
'സ' => സഹായം (Help),
'സസം' => സഹായത്തിന്റെ സംവാദം (Help Talk),
'വി' => വിഭാഗം (Category),
'വിസം' => വിഭാഗത്തിന്റെ സംവാദം (Category Talk),
'ക' => കവാടം (Portal),
'കസം' => കവാടത്തിന്റെ സംവാദം (Portal Talk),


Version: unspecified
Severity: enhancement
URL: http://ml.wikipedia.org/wiki/?oldid=264548#namespace_alias

Details

Reference
bz15726

Event Timeline

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

I have no idea about the aliases all in a different scripts than Latin, but the requests that contain both Latin script and Deva (?) are definitely a WONTFIX. Aliases are not displayed anywhere, and would only serve as either backward compatibility, or because there may be other ways to write a namespace. In either case, English namespace names will also work.

Please clarify your request.

sadik.khalid wrote:

I think this will help:

'വി' => NS_PROJECT,
'വിസം' => NS_PROJECT_TALK,
'ഉ' => NS_USER,
'ഉസം' => NS_USER_TALK,
'ചി' => NS_IMAGE,
'ചിസം' => NS_IMAGE_TALK,
'ഫ' => NS_TEMPLATE,
'ഫസം' => NS_TEMPLATE_TALK,
'വി' => NS_CATEGORY,
'വിസം' => NS_CATEGORY_TALK,
'സ' => NS_HELP,
'സസം' => NS_HELP_TALK,
'ക' => 100,
'കസം' => 101

English namespace is not working that's why I added the following 2 lines

'Wikipedia' => NS_PROJECT,
'WP' => NS_PROJECT,

this is short forms of existing namespaces for easy access.

bugs wrote:

(In reply to comment #1)

I have no idea about the aliases all in a different scripts than Latin, but the
requests that contain both Latin script and Deva (?) are definitely a WONTFIX.
Aliases are not displayed anywhere, and would only serve as either backward
compatibility, or because there may be other ways to write a namespace. In
either case, English namespace names will also work.

Please clarify your request.

This is a common request, see bug 15116 and bug 12780 for examples.

sadik.khalid wrote:

Please note 2 Corrections. Sorry my mistake

'വിക്കി' => NS_PROJECT,
'വിക്കിസം' => NS_PROJECT_TALK,

Thanks

Generic namespaces added in r42498.

jeluf wrote:

Added the following:

'mlwiki' => array(
    'വിക്കി' => NS_PROJECT,
    'വിക്കിസം' => NS_PROJECT_TALK,
    'Wikipedia' => NS_PROJECT,
    'WP' => NS_PROJECT,
),