https://bugzilla.wikimedia.org/show_bug.cgi?id=53576
Rainer Rillke @commons.wikimedia <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |53540 --- Comment #1 from Rainer Rillke @commons.wikimedia <[email protected]> --- Running example: mw.loader.using('mediawiki.jqueryMsg', function() { mw.messages.set({ simple: '→', subst: '→ $1 $2 $3', wlink: '[$1 linktext] $2 → $3' }); console.log(mw.message('simple').parse()); >> → console.log(mw.message('subst', 'a', 'b', 'c').parse()); >> → a b c console.log(mw.message('wlink', 'a', 'b', 'c').parse()); >> <a href="a">linktext</a> b &rarr; c //ISSUE: -------------------------^ }); -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
