Module:Equipment/Recommended: Difference between revisions

m
typo
m (colspanning empty cols)
m (typo)
Line 105: Line 105:
end
end
if #row_data < greatest_row_size then
if #row_data < greatest_row_size then
local emptycol = mw.html.create('td'):attr('colspan', greatest_row_size-#rowdata)
local emptycol = mw.html.create('td'):attr('colspan', greatest_row_size-#row_data)
parent:node(emptycol)
parent:node(emptycol)
end
end
892

edits