Template:Infobox/Dual Illustration: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly |
+ | <includeonly> |
+ | {{#if:{{{left_file|}}}{{{right_file|}}}| |
||
− | |||
<tr> |
<tr> |
||
<td colspan="6" class="infobox-dual-illustration"> |
<td colspan="6" class="infobox-dual-illustration"> |
||
<table border="0"> |
<table border="0"> |
||
<tr> |
<tr> |
||
− | <td colspan="1" class="infobox- |
+ | <td colspan="1">{{#if: {{{left_file|}}}|{{{left_file}}}|}}{{#if: {{{left_caption|}}}|<br><div class="infobox-caption">{{{left_caption}}}</div>|}}</td> |
− | <td colspan="1" class="infobox- |
+ | <td colspan="1">{{#if: {{{right_file|}}}|{{{right_file}}}|}}{{#if: {{{right_caption|}}}|<br><div class="infobox-caption">{{{right_caption}}}</div>|}}</td> |
− | </tr> |
||
− | <tr> |
||
− | <td colspan="1" class="infobox-caption">{{{left_caption}}}</td> |
||
− | <td colspan="1" class="infobox-caption">{{{right_caption}}}</td> |
||
</tr> |
</tr> |
||
</table> |
</table> |
||
</td> |
</td> |
||
</tr> |
</tr> |
||
+ | |}} |
||
− | + | </includeonly> |
|
+ | |||
<noinclude> |
<noinclude> |
||
+ | {{Infobox/begin}} |
||
+ | {{Infobox/Dual Illustration}} |
||
+ | {{Infobox/end}} |
||
+ | |||
{{Infobox/begin}} |
{{Infobox/begin}} |
||
{{Infobox/Dual Illustration|left_file={{{illustration}}}|left_caption={{{caption}}}|right_file={{{illustration}}}|right_caption={{{caption}}}}} |
{{Infobox/Dual Illustration|left_file={{{illustration}}}|left_caption={{{caption}}}|right_file={{{illustration}}}|right_caption={{{caption}}}}} |
Latest revision as of 20:39, 16 January 2024
|