Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Difference between revisions of "Template:Infobox/row"

(Created page with "<includeonly>{{#if:{{{header|}}} |<tr><th colspan="2" class="{{{class|}}}" style="text-align:center; {{{headerstyle|}}}">{{{header}}}</th></tr> |{{#if:{{{data|}}} |<tr cla...")
 
(No difference)

Latest revision as of 06:36, 4 November 2013

Usage

{{Infobox/row
 | header = Header text
 | class = optional_th_class
 | headerstyle = optional_th_style
}}
{{Infobox/row
 | label = Optional label text
 | data = Actual data
 | rowclass = optional_tr_class
 | class = optional_td_class
 | labelstyle = optional_th_style
 | datastyle = optional_td_style
}}

Template Attributes

name description
header Header Text, if a this row is a header
data Data Text, if this row is not a header
label Optional label Text, if this row is not a header

See also