Module:Sheet: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Tag: Reverted
Line 181: Line 181:
:tag('th')
:tag('th')
:attr('scope', 'row')
:attr('scope', 'row')
:attr('colspan', '2')
:attr('colspan', '4')
:addClass('infobox-label')
:addClass('infobox-label')
-- @deprecated next; target .infobox-<name> .infobox-label
-- @deprecated next; target .infobox-<name> .infobox-label
Line 192: Line 192:
local dataCell = row:tag('td')
local dataCell = row:tag('td')
dataCell
dataCell
:attr('colspan', not rowArgs.label and '6' or '4')
:attr('colspan', not rowArgs.label and '6' or '2')
:addClass(not rowArgs.label and 'infobox-full-data' or 'infobox-data')
:addClass(not rowArgs.label and 'infobox-full-data' or 'infobox-data')
:addClass(rowArgs.class)
:addClass(rowArgs.class)
8,856
edits

Navigation menu