Template:Infobox: Difference between revisions
Appearance
Created page with "<includeonly><templatestyles src="Template:Infobox/styles.css" /><table class="infobox {{{class|}}}">{{#if:{{{title|}}}|<tr><th colspan="2" class="infobox-title">{{{title}}}</th></tr>}}{{#if:{{{image|}}}|<tr><td colspan="2" class="infobox-image">[[File:{{{image}}}|{{{imagesize|220px}}}|alt={{{alt|}}}]]{{#if:{{{caption|}}}|<div class="infobox-caption">{{{caption}}}</div>}}</td></tr>}}{{#if:{{{subtitle|}}}|<tr><td colspan="2" class="infobox-subtitle">{{{subtitle}}}</td></t..." Tag: Recreated |
Erfxploded (talk | contribs) mNo edit summary |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 7: | Line 7: | ||
A row with a label renders as label + data; a row with data but no label spans | A row with a label renders as label + data; a row with data but no label spans | ||
the full width. Rows with empty data are omitted. Pass a literal pipe as {{!}}. | the full width. Rows with empty data are omitted. Pass a literal pipe as {{!}}. | ||
[[Category:Infobox Templates]] | |||
</noinclude> | </noinclude> | ||