Main page = Wikizprávy:Hlavní_strana
$wgExtraNamespaces = array(
NS_USER => "Redaktor",
NS_USER_TALK => "Redaktor_diskuse",
100 => "Téma",
101 => "Téma_diskuse",
);
$wgNamespaceAliases = array(
'WN' => NS_PROJECT,
'Wikinews' => NS_PROJECT,
'Wikinews_diskuse' => NS_PROJECT_TALK,
'Wikinews_talk' => NS_PROJECT_TALK,
'Redaktorka' => NS_USER,
'Redaktorka_diskuse' => NS_USER_TALK,
'Uživatel' => NS_USER,
'Uživatel_diskuse' => NS_USER_TALK,
'Uživatelka' => NS_USER,
'Uživatelka_diskuse' => NS_USER_TALK,
'Portál' => 100,
'Portál_diskuse' => 101,
)
$wgNamespacesWithSubpages = 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=>0, 13=>1, 14=>0, 15=>1, 100=>1, 101=>1 );
$wgNamespacesToBeSearchedDefault = array( -1=>0, 0=>1, 1=>0, 2=>0, 3=>0, 4=>0, 5=>0, 6=>0, 7=>0, 8=>0, 9=>0, 10=>0, 11=>0, 12=>0, 13=>0, 14=>0, 15=>0, 100=>1, 101=>0 );
$wgContentNamespaces = array ( 0, 100 );
$wgNamespaceProtection = array(
NS_IMAGE => array( 'editinterface' ),
);
$wgImportSources = array( 'w', 'wikt', 'q', 'b', 's', 'v' );
$wgEnotifUserTalk = true;
$wgEnotifWatchlist = true;
$wgEnableUploads = true;
$wgUploadNavigationUrl = "http://commons.wikimedia.org/wiki/Special:Upload?uselang=cs"
$groupOverrides = array(
'user' => array( 'upload' => false, ),
'autoconfirmed' => array( 'upload' => false, ),
)
$wgRightsUrl = "http://creativecommons.org/licenses/by-sa/3.0/";
$wgRightsText = "Creative Commons Attribution-Share Alike 3.0 License";
$wgRightsIcon = "http://i.creativecommons.org/l/by-sa/3.0/88x31.png";
$wgEnableCreativeCommonsRdf = true;
$wgEnableDublinCoreRdf = true;
Version: unspecified
Severity: enhancement