Template:CoverThumb: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div class="cover-preview"> | <div class="cover-preview"> | ||
<!-- Small thumbnail | <!-- Small thumbnail – fills the container --> | ||
[[File:{{{1}}}|x80px|class=cover-small|link={{{2|}}}|alt={{{3|}}}]] | [[File:{{{1}}}|x80px|class=cover-small|link={{{2|}}}|alt={{{3|}}}]] | ||
<!-- Larger preview | <!-- Larger preview – overlay, starts hidden --> | ||
<div class="cover-large"> | <div class="cover-large"> | ||
[[File:{{{1}}}|250px | [[File:{{{1}}}|250px|link={{{2|}}}|alt={{{3|}}}]] <!-- no extra class needed here --> | ||
</div> | </div> | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||