https://bugzilla.wikimedia.org/show_bug.cgi?id=41934

       Web browser: ---
             Bug #: 41934
           Summary: wikt:cs: site settings
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: easy, shell
          Severity: enhancement
          Priority: Unprioritized
         Component: Site configuration
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---


$wgExtraNamespaces = array(

    'cswiktionary' => array(
        100 => 'Příloha',
        101 => 'Diskuse_k_příloze',
    ),

),


$wgNamespaceAliases = array(

    'cswiktionary' => array(
        'WS'                 => NS_PROJECT,      # cs shortcut
        'WT'                 => NS_PROJECT,      # en shortcut
        'Wiktionary'         => NS_PROJECT,      # pre project name
localization backward compatibility
        'Wiktionary_diskuse' => NS_PROJECT_TALK, # pre project name
localization backward compatibility cs generic
        'Wiktionary_talk'    => NS_PROJECT_TALK, # pre project name
localization backward compatibility en generic
        'Příloha_diskuse'    => 101,             # pre r65112 style backward
compatibility
    ),

),


$wgNamespacesWithSubpages = array(

    'cswiktionary'    => array( -1 => 0, 0 => 1, 1 => 1, 2 => 1, 3 => 1, 4 =>
1, 5 => 1, 6 => 0, 7 => 1, 8 => 1, 9 => 1, 10 => 1, 11 => 1, 12 => 1, 13 => 1,
14 => 1, 15 => 1, 100 => 1, 101 => 1 ),

);


(first variable is add-on, second and third variable rewrite the current
status)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to