Module:Equipment/Recommended: Difference between revisions

m
no icon on notes
m (wrong class)
m (no icon on notes)
Line 121: Line 121:
table.insert(header_row, summon_icon .. ' Left')
table.insert(header_row, summon_icon .. ' Left')
table.insert(header_row, summon_icon .. ' Right')
table.insert(header_row, summon_icon .. ' Right')
table.insert(header_row, 'Notes')
table.insert(rows, '{| class="wikitable"')
table.insert(rows, '{| class="wikitable"')
Line 149: Line 150:
local note = args['notes' .. i]
local note = args['notes' .. i]
table.insert(notes, make_gear_cell(note))
table.insert(notes, note or '')
if left or right or note then
if left or right or note then
892

edits