Page MenuHomePhabricator

Create Appendix namespace on the Luxembourgish Wiktionary
Closed, ResolvedPublic

Description

Author: arjanverheijden

Description:
Hello, could some please create two new namespaces on lb.wiktionary.org?

We need "Annexen" (appendix) and "Annexen Diskussioun" (appendix discussion).

I don't know what the namespace numbers are, but I suspected it would be something like this:

ns:17 -> Annexen
ns:18 -> Annexen Diskussioun

Thanks in advantage :) Arjan Verheijden ([[:wikt:lb:Benotzer:Ooswesthoesbes]])


Version: unspecified
Severity: enhancement

Details

Reference
bz24486

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:02 PM
bzimport set Reference to bz24486.

Please show a link to community consensus for this change.

(In reply to comment #0)

ns:17 -> Annexen
ns:18 -> Annexen Diskussioun

Custom namespaces have numbers starting at 100. Also, subject namespaces have even numbers and talk namespaces have odd numbers.

arjanverheijden wrote:

Then it would be
ns:100 -> Annexen
ns:101 -> Annexen Diskussioun
I think :)

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 990)

+++ InitialiseSettings.php (working copy)
@@ -4226,6 +4226,10 @@

    110 => '미주알고주알',
    111 => '미주알고주알_토론',
),

+ 'lbwiktionary' => array(
+ 100 => 'Annexen',
+ 101 => 'Annexen_Diskussioun',
+ ),

'ltwiktionary' => array(
	100 => 'Sąrašas',
	101 => 'Sąrašo_aptarimas',

arjanverheijden wrote:

Thank you :)