mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-12 01:01:29 +00:00
updated image syntax
This commit is contained in:
parent
649c996357
commit
2c253f3a5c
|
@ -112,7 +112,7 @@ Templating<ref>Text<!--comment--></ref>
|
|||
<table class="gallery" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><div class="gallerybox" style="width: 150px;">
|
||||
<div class="thumb" style="padding: 66px 0; width: 150px;"><a href="/wiki/Image:Foobar.jpg" title="Image:Foobar.jpg"><img src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" alt="" /></a></div>
|
||||
<div class="thumb" style="padding: 66px 0; width: 150px;"><div style="margin-left: auto; margin-right: auto; width: 120px;"><a href="/wiki/Image:Foobar.jpg" class="image" title="Foobar.jpg"><img alt="" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" border="0" /></a></div></div>
|
||||
<div class="gallerytext">
|
||||
</div>
|
||||
</div></td>
|
||||
|
|
Loading…
Reference in a new issue