Page MenuHomePhabricator

New namespace for WikiProject on jawiki
Closed, ResolvedPublic

Description

Author: aokomoriuta

Description:
As the the discussion and the vote (see assigned URL),
jawiki request new namespace named "プロジェクト" (which means Project in English) as ns:102 and "ノート‐プロジェクト" as ns:103 (for talk namespace).

They'll be used for WikiProject's pages.


Version: unspecified
Severity: enhancement
URL: http://ja.wikipedia.org/wiki/Wikipedia:%E3%82%A6%E3%82%A3%E3%82%AD%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88/%E5%90%8D%E5%89%8D%E7%A9%BA%E9%96%93%E6%8A%95%E7%A5%A8

Details

Reference
bz24852

Event Timeline

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

aokomoriuta wrote:

And I also request namespace alias "プロジェクト・トーク" for ns:103
because the MediaWiki default name of talk namespace is "XXXXX・トーク"
and all standard namespaces and also custom namespace "Portal" have such aliases.

This is mainly a problem about compatibility with other wiki.

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1106)

+++ InitialiseSettings.php (working copy)
@@ -2079,6 +2079,7 @@

	"ポータル‐ノート" => 101,
	'Portal‐ノート' => 101,
	'Portal・トーク' => 101,

+ 'プロジェクト・トーク' => 103,

),
'jawikinews' => array(
	"ポータル‐ノート" => 101,

@@ -3724,7 +3725,9 @@

	NS_CATEGORY => "Category",
	NS_CATEGORY_TALK => "Category‐ノート",
    100 => 'Portal',
  • 101 => 'Portal‐ノート'

+ 101 => 'Portal‐ノート',
+ 102 => 'プロジェクト',
+ 103 => 'ノート‐プロジェクト',

),    
'kawiki' => array(
    100 => 'პორტალი',

aokomoriuta wrote:

Thanks a lot!

aokomoriuta wrote:

Sorry...
I've requested you a wrong name.

The 103 namespace name should be 'プロジェクト‐ノート',
not 'ノート‐プロジェクト'.

Could you modify?

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1115)

+++ InitialiseSettings.php (working copy)
@@ -3739,7 +3739,7 @@

        100 => 'Portal',
        101 => 'Portal‐ノート',
		102 => 'プロジェクト',
  • 103 => 'ノート‐プロジェクト',

+ 103 => 'プロジェクト‐ノート',

),    
'kawiki' => array(
    100 => 'პორტალი',