Tels wrote:
as an extension developer I'd like to have two new features. I looked at the doc, the code the FAQ etc but I couldn't find out if it is not already possible to achive that:
$wgOut->addScript( "<style>....</style>" );
Note that this applies only to the current HTTP invocation. At this time there's not a clean way to attach headers or external style sheets to a *parser hook* extension other than adding it to every page invocation in your setup function.
Likewise, I would like something along the lines of:
__NOCATEGORIES__ (or __NOCAT__ __NOMENU__ __NOTOOLBOX__ __NOSEARCH__ __NOFOOTER__
Vandals would love this! However it would not be generally useful on a wiki, so I'd recommend against.
(You could make a custom skin which works this way.)
-- brion vibber (brion @ pobox.com)