On 22/03/2009, at 5:08 PM, Philip Beach wrote: > How can I add actual html to a couple specific pages in the meta > space? > Specifically, I need to use the embed, img, and a tags. I suppose it > could > be in the wiki markup if it must, but I would rather it be behind the > scenes. > > Thanks > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Another way would be to write an extension. You could to use the 'BeforePageDisplay' hook if you want to add something to the head (or at least that is what I am guessing that you meant by meta?). You could also use 'OutputPageBeforeHTML' if the head isn't where you want the HTML. Either of these would work with a tag or letting the hook filter for the type of page you wanted something added to. Good luck! -Courtney _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
