AW: [Mediawiki-l] 1.5.6 and wgRawHtml?

Vasiliadis, Thomas T.Vasiliadis at schlemmerblock.de
Fri Jan 27 08:46:30 UTC 2006


Hi John

If I am not terribly wrong, your code is it.
In HTML it is NOT allowed to use Tags like this:

<TagA>
 <TagB>
</TagA>
 </TagB>

You have to end your Tags recursively, that means, you have to do it like this:
<TagA>
 <TagB>
 </TagB>
</TagA>

TV


-----Ursprüngliche Nachricht-----
Von: mediawiki-l-bounces at Wikimedia.org [mailto:mediawiki-l-bounces at Wikimedia.org] Im Auftrag von John D. Mann
Gesendet: Montag, 23. Januar 2006 11:31
An: 'MediaWiki announcements and site admin list'
Betreff: RE: [Mediawiki-l] 1.5.6 and wgRawHtml?

No, they will not work inside the <html></html> tags if you are allowing raw
html to be used.  However, all you have to do is end the html tag and
restart it after the wiki tag.  Any open html tags from before can be
continued afterwards.

Example:
Dfadfasdfadfasdfasdf
[[Link|this is a wiki link]]
<html>
   <a href="foo.com/bar.html">adsfadf</a>
   <div id="whatnot">
</html>
[[another|another wiki link inside an html tag]]
<html>
   </div>
</html>

John

> -----Original Message-----
> From: mediawiki-l-bounces at Wikimedia.org [mailto:mediawiki-l-
> bounces at Wikimedia.org] On Behalf Of Plamen Gradinarov
> Sent: Monday, January 23, 2006 4:22 AM
> To: MediaWiki announcements and site admin list
> Subject: Re: [Mediawiki-l] 1.5.6 and wgRawHtml?
> 
> Will wiki tags work when put in html tagged section?
> 
> TIA
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l at Wikimedia.org
http://mail.wikipedia.org/mailman/listinfo/mediawiki-l





More information about the MediaWiki-l mailing list