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

--- Comment #3 from Jon <[email protected]> ---
{{localurl:Special:Userlogin|returnto=Hello world}}
ouputs /w/index.php?title=Special:Userlogin&returnto=Hello world

but I want to output
<a href="/w/index.php?title=Special:Userlogin&returnto=Hello world">Log in</a>
as part of an i18n message.

currently the way to do this is
[$1 log in] where $1 is an absolute URL e.g.
http://localhost/w/index.php?title=Special:Userlogin&returnto=Hello world

This is problematic in mobile for 2 reasons
1) Incorrectly styled and in markup as an external link
2) Clicking this link will take you to the desktop site which will redirect you
to the mobile site, so it increases the time it takes to click a link on
mobile.

Please update the summary in such a way that it better reflects this, the
current summary does not look right to me.

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