Template:Annotated image: Difference between revisions
No edit summary |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="thumb" style=" | <div class="thumb" style="border:solid #ccc 1px; | ||
padding:2px; | |||
width:{{size}}px; "> | |||
{{{ | <div class="thumbinner image" | ||
style="position:relative; | |||
overflow:hidden; | |||
width:{{{size}}}px; | |||
height:{{{size}}}px;"> | |||
<div style=" | <div style="{{{image-css|}}}; | ||
</div><div class="thumbcaption" style="width:{{{width|300}}}px;">{{{caption}}}</div> | 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> | </div> |