Module:Infobox: Difference between revisions
m Protected "Module:Infobox": Important page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading] |
debug issues Tag: Reverted |
||
| Line 183: | Line 183: | ||
:attr('scope', 'row') | :attr('scope', 'row') | ||
:addClass('infobox-label') | :addClass('infobox-label') | ||
-- @deprecated next; target .infobox-<name> .infobox-label | |||
:cssText(args.labelstyle) | |||
:cssText(rowArgs.rowcellstyle) | |||
:wikitext(rowArgs.label) | |||
:done() | |||
else | |||
row | |||
:tag('th') | |||
:attr('scope', 'row') | |||
:addClass('infobox-label-test') | |||
-- @deprecated next; target .infobox-<name> .infobox-label | -- @deprecated next; target .infobox-<name> .infobox-label | ||
:cssText(args.labelstyle) | :cssText(args.labelstyle) | ||