https://bugzilla.wikimedia.org/show_bug.cgi?id=68385
--- Comment #6 from Paul Kaganer <[email protected]> --- (In reply to Nemo from comment #4) > As compatibility with existing wikitext is no longer an aim, should we also > change the syntax from [[Category:A{{translation}}|B]] to > {{#translation:Category:A|B}} (in a followup patch)? Not a very good idea. In my opinion, '#translation' should not be generate wikilinks, only pagename in plain text. Instead [[Category:A{{translation}}|B]] should be approximately next code: [[{{#translation:Category:A}}|B]]. By common way, pipe ("|") is traditionally used as delimanation simbol for parser functions; it may still be needed in this case. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
