Page MenuHomePhabricator

Add Portal namespace to Bishnupriya Manipuri Wikipedia
Closed, ResolvedPublic

Description

Author: usingha

Description:
I would like add some namespace as following for Bishnupriya Manipuri Wikipedia:

<pre>

In English
$wgExtraNamespaces =

array(100 => "Portal",
      101 => "Portal Talk",
      102 => "Project",
      103 => "Project Talk"
      );

</pre>
In Bishnupriya Manipuri
<pre>
$wgExtraNamespaces =

array(100 => "হমিলদুৱার",
      101 => "হমিলদুৱার য়্যারী",
      102 => "প্রকল্প",
      103 => "প্রকল্প য়্যারী"
      );

</pre>
If it does not take direct unicode
<pre>
$wgExtraNamespaces =

array(100 => "&#2489;&#2478;&#2495;&#2482;&#2470;&#2497;&#2545;&#2494;&#2480;",
      101

> "&#2489;&#2478;&#2495;&#2482;&#2470;&#2497;&#2545;&#2494;&#2480;_&#2527;&#2509;&#2479;

&#2494;&#2480;&#2496;",

102 => "&#2474;&#2509;&#2480;&#2453;&#2482;&#2509;&#2474;",
103

> "&#2474;&#2509;&#2480;&#2453;&#2482;&#2509;&#2474;_&#2527;&#2509;&#2479;&#2494;&#2480;

&#2496;"

);

</pre>


Version: unspecified
Severity: enhancement
URL: http://bpy.wikipedia.org

Details

Reference
bz8300

Event Timeline

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

robchur wrote:

"Project" and "Project talk" are reserved, and can't be used as namespace names.

usingha wrote:

OK. Thanks for your reply. May I just request for 100 & 101 only.

100 => "Portal" => "হমিলদুৱার "
or "&#2489;&#2478;&#2495;&#2482;&#2470;&#2497;&#2545;&#2494;&#2480;"

101 => "Portal Talk" =>হমিলদুৱার য়্যারী
or "&#2489;&#2478;&#2495;&#2482;&#2470;&#2497;&#2545;&#2494;&#2480;_&#2527;&#2509;&#2479
;&#2494;&#2480;&#2496;"

titoxd.wikimedia wrote:

Since the messages are included on bug 8406 as well, closing this bug as a
duplicate.

*** This bug has been marked as a duplicate of 8406 ***

usingha wrote:

So, this bug is reopen. I have the same request to add following extara name spaces:

100 => "হমিলদুৱার ",
101 =>হমিলদুৱার য়্যারী ,
102 => 'প্রকল্প',
103 => 'প্রকল্পর_য়্যারী'

Thanks a lot

usingha wrote:

Many many thanks Brion.