https://bugzilla.wikimedia.org/show_bug.cgi?id=52190
--- Comment #3 from Liangent <[email protected]> --- (In reply to comment #2) > 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 https://www.mediawiki.org/w/index.php?title=Writing_systems/Syntax&diff=759781&oldid=667003 It's usually used in auto-generated -{ }- tags, in case some text already contains a pipe in it triggering other 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
