An extension that gives "special powers" to a namespace is not hard to write. Create an extension that runs on every page load, and check:
if ($wgTitle && ($wgTitle->getNamespace() == your namespace ID)) { ... do fun stuff... }
DanB ________________________________________ From: Sylvain Machefert [iubito@gmail.com]
As John Spikowksi, I'd like to create my own namespaces which act as if they were categories, images, medias. (i.e. extend built-in namespaces)