Typecraft v2.5
Jump to: navigation, search

Difference between revisions of "Template:Infobox"

(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 20:22, 13 March 2008

[edit] [purge] 50px Template documentation

(edit)