Module:Infobox: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(add rowstyle and remove the cellspacing attribute, per protected edit requests by User:Frietjes and User:Rezonansowy)
(add a missing rowstyle per protected edit request by User:Frietjes)
Line 58: Line 58:
local row = root:tag('tr')
local row = root:tag('tr')
row:addClass(rowArgs.rowclass)
row:addClass(rowArgs.rowclass)
row:cssText(rowArgs.rowstyle)
row:attr('id', rowArgs.rowid)
row:attr('id', rowArgs.rowid)
if rowArgs.label then
if rowArgs.label then