Last modified: 2007-01-05 18:01:30 UTC
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 => "হমিলদুৱার", 101 => "হমিলদুৱার_য়্য ারী", 102 => "প্রকল্প", 103 => "প্রকল্প_য়্যার ী" ); </pre>
Details on this topic at: http://en.wikipedia.org/wiki/Help:Custom_namespaces
Local Request Page: http://bpy.wikipedia.org/wiki/Wikipedia:Request
"Project" and "Project talk" are reserved, and can't be used as namespace names.
OK. Thanks for your reply. May I just request for 100 & 101 only. 100 => "Portal" => "হমিলদুৱার " or "হমিলদুৱার" 101 => "Portal Talk" =>হমিলদুৱার য়্যারী or "হমিলদুৱার_য়্য ;ারী"
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 ***
So, this bug is reopen. I have the same request to add following extara name spaces: 100 => "হমিলদুৱার ", 101 =>হমিলদুৱার য়্যারী , 102 => 'প্রকল্প', 103 => 'প্রকল্পর_য়্যারী' Thanks a lot
Set portal namespace.
Many many thanks Brion.