Difference between revisions of "Template:Double image"
Jump to navigation
Jump to search
imported>Likemind77 |
imported>Prodego m (Reverted edits by Likemind77 (talk) to last version by Ctjf83) |
||
| Line 1: | Line 1: | ||
| − | < | + | <includeonly>{{#switch: {{{1|}}} <!-- first parameter inserts a <div> with a left, right or central float --> |
| − | < | + | | left = <div class="thumb tleft"> |
| − | + | | right = <div class="thumb tright"> | |
| − | < | + | | center|centre = <div class="center"><div class="thumb tnone"> |
| − | + | | #default = <div class="thumb tright"> | |
| − | + | }}<div class="thumbinner" style="width:{{#expr: {{{3|0}}} + {{{5|0}}} + 8}}px;"> <!-- calculate width based on image widths +8px --> | |
| − | + | {| style="background: transparent; border: 0; padding: 0; margin: 0; width:{{#expr: {{{3|0}}} + {{{5|0}}} + 4}}px;" cellspacing="0" | |
| − | + | |- style="vertical-align:{{{valign|middle}}};" | |
| − | + | | style="padding: auto; margin: 0;" class="thumbimage" | [[Image:{{{2}}}|{{{3}}}px|alt={{{8|}}}|{{{6|}}}]] <!-- image 1 --> | |
| − | + | | style="padding: 0; margin: 0; border: 0; width: 2px" | | |
| − | + | | style="padding: auto; margin: 0;" class="thumbimage" | [[Image:{{{4}}}|{{{5}}}px|alt={{{9|}}}|{{#if: {{{7|}}}|{{{7|}}}|{{{6|}}}}}]] <!-- image 2 --> | |
| − | + | |- style="vertical-align:top;" | |
| − | + | {{#if: {{{7|}}} | <!-- two captions if the seventh param (caption for title two) is specified --> | |
| − | + | {{!}} style="padding: 0; margin: 0; border: 0;" {{!}} <div class="thumbcaption">{{{6|}}}</div> | |
| − | + | {{!}} style="padding: 0; margin: 0; border: 0;" {{!}} | |
| − | + | {{!}} style="padding: 0; margin: 0; border: 0;" {{!}} <div class="thumbcaption">{{{7|}}}</div> | |
| − | + | | <!-- otherwise just have one caption underneath both images --> | |
| − | + | {{!}} style="padding: 0; margin: 0; border: 0;" colspan="3" {{!}} <div class="thumbcaption">{{{6|}}}</div> | |
| − | + | }} | |
| − | + | |} | |
| − | + | </div> | |
| − | + | {{#switch: {{{1|}}} <!-- as central image float needs two divs, need to close two for center and only one for left/right --> | |
| − | + | | center|centre = </div></div> | |
| − | + | | </div> | |
| − | + | }}</includeonly><noinclude>{{documentation}}</noinclude> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | </ | ||
| − | |||
| − | |||
| − | |||