Fix for bug 4469: Implement MediaWiki:<namespace>:Sitenotice
authorMagnus Manske <magnusmanske@users.mediawiki.org>
Sun, 8 Jan 2006 19:53:20 +0000 (19:53 +0000)
committerMagnus Manske <magnusmanske@users.mediawiki.org>
Sun, 8 Jan 2006 19:53:20 +0000 (19:53 +0000)
commit6b7ef22b7b4b957c13b446762e8e051dec6d1f41
treed797458020d53e3c813539c5ed30e806aea955cf
parentb0855d3e370be1f8c76f7c2223244632dda3232a
Fix for bug 4469: Implement MediaWiki:<namespace>:Sitenotice
MediaWiki:Namespacebanner contains the "base name", to which the name of the namespace is appended, like "basename-namespace". By default the base name is also "Namespacebanner" to add confusion. In namespace names, spaces are replaced by "-" (due to some weird message handling bug).
So the namespace-specific notice messages loke like:
"Namespacebanner-" (main namespace)
"Namespacebanner-Talk" (Talk namespace)
"Namespacebanner-MediaWiki-talk" (for MediaWiki_talk)
includes/GlobalFunctions.php
languages/Language.php