Template:Infobox/row

From Rockchip open source Document
Jump to: navigation, search

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