Module:TableGenerator: Difference between revisionsGive feedback
m removed wikitable gen |
mNo edit summary |
||
| Line 25: | Line 25: | ||
for i, value in ipairs(args) do | for i, value in ipairs(args) do | ||
-- If the first argument is 'cols', skip it | -- If the first argument is 'cols', skip it | ||
if i > | if i > 0 then | ||
-- If it's the start of a new row | -- If it's the start of a new row | ||
if count % cols == 0 then | if count % cols == 0 then | ||