Author: bugs
Description:
This doesn't work:
<gallery>
Image:foo.jpg <-- image taken from www.source.com -->
</gallery>
Seems useful and should work.
Version: 1.20.x
Severity: minor
Author: bugs
Description:
This doesn't work:
<gallery>
Image:foo.jpg <-- image taken from www.source.com -->
</gallery>
Seems useful and should work.
Version: 1.20.x
Severity: minor
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/core | master | +4 -0 | parser: Strip off HTML comments from/beside image name |
Try:
<gallery>
Image:foo.jpg| <!-- image taken from www.source.com -->
</gallery>
Notice the vertical bar/pipe (|) and the exclamation mark (!).
bugs wrote:
Interesting - that's sort of a workaround, in that you're specifying a blank caption. It still seems like some kind of bug/limitation (is there anywhere else that <!-- comments --> aren't allowed?) but not severe.
Change 532249 had a related patch set uploaded (by D3r1ck01; owner: Derick Alangi):
[mediawiki/core@master] parser: Strip off HTML comments from/beside image name
Change 532249 abandoned by D3r1ck01:
parser: Strip off HTML comments from/beside image name
Reason:
Per discussion with Krinkle