Template:Infobox: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (regrettably for IE and Dillo it is simply not possible to hide a parameter if undefined (only if empty))
No edit summary
Line 1: Line 1:
{| class="infobox" style="width:22em;"
 
! colspan="2" style="font-size:larger;" | {{{name}}}
|-
| colspan="2" style="text-align:center;" | {{{image}}}<br />{{{caption}}}
|- style="vertical-align:top;"
| '''Data 1:'''
| {{{data 1}}}
|- style="vertical-align:top;"
| '''Data 2:'''
| {{{data 2}}}
|- class="hiddenStructure{{{data 3}}}" style="vertical-align:top;"
| '''Data 3 (hidden if empty):'''
| {{{data 3}}}
|- style="vertical-align:top;"
| colspan="2" style="font-size:smaller;" | {{footnote}}
|}
<br style="clear:both;" />
<br style="clear:both;" />
<pre>
<pre>

Revision as of 13:16, 31 October 2005


{| class="infobox" style="width:22em;"
! colspan="2" style="font-size:larger;" | {{{name}}}
|-
| colspan="2" style="text-align:center;" | {{{image}}}<br />{{{caption}}}
|- style="vertical-align:top;"
| '''Data 1:'''
| {{{data 1}}}
|- style="vertical-align:top;"
| '''Data 2:'''
| {{{data 2}}}
|- class="hiddenStructure{{{data 3}}}" style="vertical-align:top;"
| '''Data 3 (hidden if empty):'''
| {{{data 3}}}
|- style="vertical-align:top;"
| colspan="2" style="font-size:smaller;" | {{footnote}}
|}