Difference between revisions of "Template:Infobox"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Adding class parameters to support hCard microformats)
(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>

Revision as of 16:22, 13 March 2008

Template:Tnavbar
Documentation icon Template documentation[create]