https://bugzilla.wikimedia.org/show_bug.cgi?id=37939
--- Comment #6 from Gregor Hagedorn <[email protected]> --- I really do not understand (my interaction with this bug was due to searching whether another bug was already reported). I understand that "[[Automatic|auto]]mobile" will create a link on automobile, whereas "[[Automatic|auto]]<nowiki />mobile" creates a link only on auto. However, the html conversion should work: <a href=Automatic>Auto</a>mobile -> "[[Automatic|auto]]<nowiki />mobile" <a href=Automatic>Automobile</a> -> "[[Automatic|automobile]]" and <a href=Auto>Automobile</a> -> "[[Auto]]mobile" (checking for true substring). If the discussion is about whether to preserve [[Automatic|auto]]mobile over [[Automatic|automobile]] then I believe it should not be preserved, the first is unnecessarily complicated. These are things that are possible to "clean-up", particularly if, as you plan for the future, you clean-up only those parts that have been edited. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
