Template:Annotated image: Difference between revisions
No edit summary |
No edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <div class="thumb" style="border:solid #ccc 1px; | ||
padding:2px; | |||
width:{{size}}px; "> | |||
<div style=" | <div class="thumbinner image" | ||
style="position:relative; | |||
width: {{ | overflow:hidden; | ||
height: {{ | width:{{{size}}}px; | ||
height:{{{size}}}px;"> | |||
</ | <div style="{{{image-css|}}}; | ||
left:{{{image-left|0}}}px; | |||
top:{{{image-top|0}}}px; | |||
width:{{{image-width}}}px; | |||
position:absolute;"> | |||
[[Image:{{{image}}}]] | |||
</div> | |||
{{{annotations}}} | |||
<div>[[Image:{{{image}}}|frameless]]</div> | |||
</div> | |||
<div class="thumbcaption" style="width:{{{width|300}}}px;">{{{caption}}}</div> | |||
</div> | |||
</ |