On Mon, Sep 13, 2010 at 6:16 AM, Brett's GMAIL <[email protected]> wrote: > Afternoon all, > > I've got a desire to embed a visio diagram into my wiki after saving the > diagram as a webpage. > > How do I embed HTML into a wiki article?
Set $wgRawHtml to true. Details are here: http://www.mediawiki.org/wiki/Manual:$wgRawHtml You can then use the <html> tag to wrap blocks of code containing any HTML you want. In this case you may want to include an <iframe>, for example. Beware, though. This is a serious security issue on a wiki that's publicly editable. Depending on your situation this may or may not be the solution you want. -- Lucas 'TOR' Garczewski Wikia Tech Team _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
