Difference between revisions of "Template:Infobox/doc"

From Ultronomicon
Jump to navigation Jump to search
m (-CSS)
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
 
|headerN  = A section header
 
|headerN  = A section header
 
}}</pre>
 
}}</pre>
 
=== CSS ===
 
 
Minor CSS update:
 
 
<pre>.infobox th,
 
.infobox td {
 
vertical-align: top;
 
}</pre>
 

Latest revision as of 19:46, 28 August 2012

Use[edit]

For creating standardised infoboxes, easy and whatever.

Usage[edit]

{{infobox
|above     = Outside table (optional)
|top       = Top of infobox (but within) (optional)
|title     = Name or title of infobox
|image     = The image (optional)
|caption   = Caption (optional)
|labelN    = Label for dataN (optional)
|dataN     = Data (can be used with or without a label)
|headerN   = A section header
}}