I found the answer myself. It needs to be 

$wgExtraNamespaces[105] = "Intern_Diskussion"; (underscore, not empty spaces)

Sorry for bothering you

B.

-----Ursprüngliche Nachricht-----
Von: mediawiki-l-boun...@lists.wikimedia.org 
[mailto:mediawiki-l-boun...@lists.wikimedia.org] Im Auftrag von Scheid, Bernhard
Gesendet: Montag, 18. November 2013 17:52
An: MediaWiki announcements and site admin list
Betreff: [MediaWiki-l] missing talk pages

Hi, 

In a German-speaking wiki using MW1.20.2, I created a few extra namespaces in 
the localSettings, as for instance

$wgExtraNamespaces[104] = "Intern";
$wgExtraNamespaces[105] = "Intern Diskussion"; define('NS_INTERN', 104);
define('NS_INTERN_TALK', 105);  

While the same technology works in another Wiki of mine, in this case the talk 
pages do not work. If I write something in the talkpage here, the page ends up 
in the main ns (with the correct name as "Intern Diskussion:Test", though), 
while the supposed talk-page link remains red. In this Wiki, I am also using 
Semantic MediaWiki. Could that be the reason? 

Bernhard
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to