Module:Infobox: Difference between revisions
Appearance
avoid "no data" tracking category when "child=yes" (see Template_talk:Infobox#Decat_by_default_when_child=yes?) |
per talk page |
||
Line 189: | Line 189: | ||
addRow({ | addRow({ | ||
data = args['subheader' .. tostring(num)], | data = args['subheader' .. tostring(num)], | ||
datastyle = args.subheaderstyle | datastyle = args.subheaderstyle, | ||
rowcellstyle = args['subheaderstyle' .. tostring(num)], | |||
class = args.subheaderclass, | class = args.subheaderclass, | ||
rowclass = args['subheaderrowclass' .. tostring(num)] | rowclass = args['subheaderrowclass' .. tostring(num)] |