Template:Infobox: Difference between revisions

add class parameters for title and above, since some vcard infoboxes out there use these for data
m>Bryan Derksen
(Adding class parameters to support hCard microformats)
m>Bryan Derksen
(add class parameters for title and above, since some vcard infoboxes out there use these for data)
Line 1: Line 1:
<table class="infobox {{{bodyclass|}}}" style="width:25em; text-align: left; font-size: 90%; {{{bodystyle|}}}"><!-- Caption
<table class="infobox {{{bodyclass|}}}" style="width:25em; text-align: left; font-size: 90%; {{{bodystyle|}}}"><!-- Caption
-->{{#if:{{{title|}}}|<caption style="font-size: large; {{{titlestyle|}}}">{{{title}}}</caption>}}<!-- Header
-->{{#if:{{{title|}}}|<caption class="{{{titleclass|}}}" style="font-size: large; {{{titlestyle|}}}">{{{title}}}</caption>}}<!-- Header
-->{{#if:{{{above|}}}|<tr>
-->{{#if:{{{above|}}}|<tr>
<td colspan="2" style="text-align:center; font-size: large; background:#ccf; {{{abovestyle|}}}">{{{above}}}</td>
<td colspan="2" class="{{{aboveclass|}}}" style="text-align:center; font-size: large; background:#ccf; {{{abovestyle|}}}">{{{above}}}</td>
</tr>}}<!-- Image
</tr>}}<!-- Image
-->{{#if:{{{image|}}}|<tr>
-->{{#if:{{{image|}}}|<tr>
Anonymous user