Module:TableGenerator: Difference between revisions

Sur (talk | contribs)
m removed wikitable gen
Sur (talk | contribs)
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 > 1 then
         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