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

       Web browser: ---
            Bug ID: 47395
           Summary: jqueryMsg can not parse wikilink with dollar sign in
                    page name
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: JavaScript
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

jqueryMsg can not handle a message with source:

'[[Special:GettingStarted/task/$1|Try another article ►]]'

and a string parameter (e.g. 'copyedit').

This works fine on the server.  It renders to:

<a href="/wiki/Special:GettingStarted/task/copyedit"
title="Special:GettingStarted/task/copyedit">Try another article ►</a>

I suspect that support for replacements in such places needs to be broadened in
general.  Right now, EXTLINKPARAM is a related special case.

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