Module:Equipment/Recommended: Difference between revisions

User:Mazunki: moving notes into correct column
m (Revert testing change)
(User:Mazunki: moving notes into correct column)
Line 221: Line 221:
table.insert(row, lefties[i])
table.insert(row, lefties[i])
table.insert(row, righties[i])
table.insert(row, righties[i])
table.insert(row, notes[i])
table.insert(row, '| ' .. notes[i])
table.insert(rows, table.concat(row, "\r\n"))
table.insert(rows, table.concat(row, "\r\n"))