45,647
edits
No edit summary |
No edit summary |
||
Line 122: | Line 122: | ||
:tag('th') | :tag('th') | ||
:attr('scope', 'row') | :attr('scope', 'row') | ||
:cssText(' | :cssText('text-align:center; font-size:125%; font-weight:bold;') | ||
-- @deprecated next; target .infobox-<name> .infobox-label | -- @deprecated next; target .infobox-<name> .infobox-label | ||
:cssText(args.labelstyle) | :cssText(args.labelstyle) | ||
Line 133: | Line 133: | ||
dataCell | dataCell | ||
:attr('colspan', not rowArgs.label and '2' or nil) | :attr('colspan', not rowArgs.label and '2' or nil) | ||
:cssText('vertical-align: top; text-align: | :cssText('vertical-align: top; text-align: center;') | ||
:addClass(rowArgs.class) | :addClass(rowArgs.class) | ||
-- @deprecated next; target .infobox-<name> .infobox(-full)-data | -- @deprecated next; target .infobox-<name> .infobox(-full)-data |