the following Mediawiki text:
<nowiki><</nowiki>user<nowiki>></nowiki>
results in:
<user>
instead of what I want:
<user>
Does anyone know why nowiki does not work?
On 17/12/2007, Charlotte Moss Charlotte.Moss@sun.com wrote:
the following Mediawiki text:
<nowiki><</nowiki>user<nowiki>></nowiki>
results in:
<user>
instead of what I want:
<user>
Does anyone know why nowiki does not work?
Without looking it up, I don't know, but try <pre> instead. Just a guess...
Nowiki is not meant to escape everything it sees. It's meant to prevent WikiText from parsing. If you really want the entities to display, then use &lt; and &gt;.
~Daniel Friesen(Dantman) of: -The Gaiapedia (http://gaia.wikia.com) -Wikia ACG on Wikia.com (http://wikia.com/wiki/Wikia_ACG) -and Wiki-Tools.com (http://wiki-tools.com)
Charlotte Moss wrote:
the following Mediawiki text:
<nowiki><</nowiki>user<nowiki>></nowiki>
results in:
<user>
instead of what I want:
<user>
Does anyone know why nowiki does not work?
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
I get it, thanks!
DanTMan wrote:
Nowiki is not meant to escape everything it sees. It's meant to prevent WikiText from parsing. If you really want the entities to display, then use &lt; and &gt;.
~Daniel Friesen(Dantman) of: -The Gaiapedia (http://gaia.wikia.com) -Wikia ACG on Wikia.com (http://wikia.com/wiki/Wikia_ACG) -and Wiki-Tools.com (http://wiki-tools.com)
mediawiki-l@lists.wikimedia.org