https://bugzilla.wikimedia.org/show_bug.cgi?id=51388

Michael M. <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Michael M. <[email protected]> ---
Works with mw.msg instead of .parse:

mw.messages.set('foobar', 'You are now logged in as [[User:$1|$1]].');
mw.msg('foobar', 'X');
> You are now logged in as [[User:X|X]].

-- 
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

Reply via email to