https://bugzilla.wikimedia.org/show_bug.cgi?id=12974
Jesús Martínez Novo (Ciencia Al Poder) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #63 from Jesús Martínez Novo (Ciencia Al Poder) <[email protected]> --- Someone hit this problem today on IRC (discussed privately). A template with a link to IRC (although it will affect any protocol) and a parameter to supply the port. Example: [irc://{{{server|}}}{{#if:{{{port|}}}|:{{{port}}}}}/{{{channel}}} #{{{channel}}}] If you specify a port, the colon in the port breaks the link, as it's being interpreted as a definition list. But if you try to escape it wrapping the colon inside nowiki tags, the link is broken anyway since the < character is interpreted as the end of the link. See this test https://www.mediawiki.org/w/index.php?oldid=943856 -- 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
