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

C. Scott Ananian <canan...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |canan...@wikimedia.org

--- Comment #2 from C. Scott Ananian <canan...@wikimedia.org> ---
The root cause is that:

<gallery>
File:foobar.jpg|caption|link=http://google.com
</gallery>

is expanded to:
<gallery>
File:foobar.jpg|caption|link=<a rel="nofollow" class="external free"
href="http://google.com";>-{R|http://google.com}-</a>
</gallery>

and then the embedded | in the link text screws up the caption parsing.

What does -{R|...}- do?  It doesn't seem to be documented at
https://www.mediawiki.org/wiki/Writing_systems/Syntax

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to