Remove custom Public and Interne namespaces

wiki
Pyjacpp 2026-05-15 22:50:25 +02:00
parent 18c59cdc85
commit eb81239e4f
No known key found for this signature in database
GPG Key ID: ED479A5A26930939
1 changed files with 0 additions and 14 deletions

View File

@ -158,23 +158,9 @@ in
# Custom Namespaces
define("NS_ARCHIVE", 3000);
define("NS_ARCHIVE_TALK", 3001);
define("NS_PUBLIC", 3002);
define("NS_PUBLIC_TALK", 3003);
define("NS_INTERNE", 3004);
define("NS_INTERNE_TALK", 3005);
$wgExtraNamespaces = [
NS_ARCHIVE => "Archive",
NS_ARCHIVE_TALK => "Discussion_archive",
NS_PUBLIC => "Public",
NS_PUBLIC_TALK => "Discussions_pages_publiques",
NS_INTERNE => "Interne",
NS_INTERNE_TALK => "Discussions_pages_internes"
];
$wgContentNamespaces = [ NS_MAIN, NS_PUBLIC, NS_INTERNE ];
$wgNamespacesToBeSearchedDefault = [
NS_MAIN => true,
NS_PUBLIC => true,
NS_INTERNE => true,
];
# Debug