Module:Equipment/Recommended: Difference between revisions

m
no edit summary
m (colour testing)
mNo edit summary
Line 55: Line 55:
if #data < greatest_row_size then
if #data < greatest_row_size then
local difference = greatest_row_size - #data
local difference = greatest_row_size - #data
tr:tag('td'):attr('colspan', difference):attr('style', 'background: #ccc')
tr:tag('td'):attr('colspan', difference):attr('style', 'background: #555')
end
end
return tr
return tr
892

edits