Last modified: 2008-12-18 17:45:41 UTC
My english isn't good, but i think the link explains itselft... http://meta.wikimedia.org/wiki/*invalid also works on every MediaWiki I tested
Looks like a parser bug
(In reply to comment #1) > Looks like a parser bug Yes, and I've increased the priority and severity of the bug.
Created attachment 4726 [details] GlobalFunctions patch I first noticed that this bug would only occur when using the PAGENAME magicword : The magicwords were escaped, in the Parser, using wfEscapeWikiText(), but * were not being escaped in this function. Patch included. Cheers !
Patching wfEscapeWikiText() is certainly the wrong way to fix this problem. Suppression of the lineStart (bug 529) behaviour inside links would be more appropriate, and should be easy to implement.
This is another manifestation of the terrible idea implemented in bug 529 and reported in bug 12974, marking as duplicate. *** This bug has been marked as a duplicate of bug 12974 ***