45,647
edits
No edit summary |
No edit summary |
||
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 | ||
Line 163: | Line 163: | ||
:tag('th') | :tag('th') | ||
:attr('colspan', '2') | :attr('colspan', '2') | ||
:cssText('vertical-align: top; font-size: 130%; font-weight: bold; text-align: | :cssText('vertical-align: top; font-size: 130%; font-weight: bold; text-align: center;') | ||
:addClass(args.aboveclass) | :addClass(args.aboveclass) | ||
-- @deprecated next; target .infobox-<name> .infobox-above | -- @deprecated next; target .infobox-<name> .infobox-above |