Vorlage:Lead/GalleryItem: Unterschied zwischen den Versionen
Aus Offene Naturführer
K ({{Trim}} => {{#if:trim-always}} (avoid template call); added image alt as caption to have Image viewer display that caption) |
|||
(10 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
<includeonly><table style="width:{{#expr:{{{width}}}+4}}px; float:left; border-collapse:collapse; margin:0px;"> | <includeonly><table style="width:{{#expr:{{{width}}}+4}}px; float:left; border-collapse:collapse; margin:0px;"> | ||
<tr><td style="height:{{#expr:{{{height}}}+4}}px; border:none; border-width:0px; padding:0px;"><!-- | <tr><td style="height:{{#expr:{{{height}}}+4}}px; border:none; border-width:0px; padding:0px;"><!-- | ||
− | // TOPCELLCONTENT:-->[[{{ | + | // TOPCELLCONTENT:-->[[{{#if:trim-always| {{{image|File:MissingImage.jpg}}} }} |center|{{{width}}}x{{{height}}}px|{{{caption}}}|alt={{{caption}}}]]</td></tr><!-- |
− | // CAPTION ROW and DIV:--><tr style="vertical-align:top;"><td style="display:block | + | // CAPTION ROW and DIV:--><tr style="vertical-align:top;"><td style="display:block; height:{{#expr:0.1+1.15*{{{lines|2}}}}}em; padding:0px;"><div style="height:{{#expr:0.1+1.15*{{{lines|2}}}}}em; width:{{#expr:{{{width}}}+7}}px; line-height:1.15em; text-align:center; padding:2px 3px 1px 3px; overflow-y:auto; margin:0px; border:none; border-width:0px;">{{ |
− | + | #if:{{{label}}}|'''{{{label}}}: '''}}{{{caption}}}</div> | |
</td></tr></table></includeonly><noinclude> | </td></tr></table></includeonly><noinclude> | ||
− | Note: Called by the Lead template, which guarantees that " | + | Note: Called by the Lead template, which guarantees that "caption", "label" parameters are always present (although possibly empty), and "width" and "height" are actually filled with values. If called otherwise (not by Lead template), "width" and "height" must be given values, else the html table structure will break. |
[[Category:Single-access key templates]]</noinclude> | [[Category:Single-access key templates]]</noinclude> |
Aktuelle Version vom 26. Juni 2019, 12:53 Uhr
Note: Called by the Lead template, which guarantees that "caption", "label" parameters are always present (although possibly empty), and "width" and "height" are actually filled with values. If called otherwise (not by Lead template), "width" and "height" must be given values, else the html table structure will break.