Last modified: 2014-07-06 13:57:21 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T16260, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 14260 - Extra pipes in image markup breaks in tables
Extra pipes in image markup breaks in tables
Status: NEW
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.24rc
All All
: Low normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-05-25 16:29 UTC by RockMFR
Modified: 2014-07-06 13:57 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description RockMFR 2008-05-25 16:29:13 UTC
When using multiple empty pipes in image markup within a wiki table, the pipes are treated as table markup.

Case 1:
{|
|-
| [[Image:Example.png||]]
|}

Actual output:
<table>
<tr>
<td>[[Image:Example.png</td>
<td>]]</td>
</tr>
</table>

Expected output:
<table>
<tr>
<td><a href="/wiki/Image:Example.png" class="image" title="Example.png"><img alt="" src="http://upload.wikimedia.org/wikipedia/en/7/70/Example.png" width="275" height="297" border="0" /></a></td>
</tr>
</table>
Comment 1 RockMFR 2009-09-13 05:15:52 UTC
See also bug 16905. This is a regression from r14350.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links