Module:Equipment/Recommended: Difference between revisions

m
no edit summary
m (option to remove header)
mNo edit summary
Line 49: Line 49:
local difference = greatest_row_size - #data
local difference = greatest_row_size - #data
for i = 1, difference, 1 do
for i = 1, difference, 1 do
-- tr:tag('td'):addClass('table-na'):wikitext('')
tr:tag('td'):addClass('table-na'):wikitext('')
end
end
end
end
Line 77: Line 77:
end
end


if not args.noheader then
if args.noheader then
else
parent:tag('tr')
parent:tag('tr')
:tag('th'):wikitext('Slot'):done()
:tag('th'):wikitext('Slot'):done()
892

edits