Author: mickflemm
Description:
I thought it would be usefull if someone could use different logos and sidebars
in different namespaces (e.g. different logo for the Help namespace and a
sidebar with the help categories) but i couldn't find a way to do it. So i
created a patch that does the folowing:
You can change the logo on a namespace using the $wgNamespaceLogos array.
$wgNamespaceLogos = array(<namespace_number> => <url_path_to/logo.gif>)
You can attach a custom sidebar to a namespace by creating a message
"nsbar_<namespace_number>" in the MediaWiKi namespace (that has the same format
as the "sidebar" message).
Hope you find it useful :-)
Nick
Version: unspecified
Severity: enhancement