Module:BPMTable: Difference between revisions

Fixing it?
(debug type beat)
(Fixing it?)
Line 23: Line 23:
     while items[i] do
     while items[i] do
         table.insert(result, "|-")
         table.insert(result, "|-")
         table.insert(result, items[i])
         table.insert(result, "|"..items[i])
         if labels[i] ~= nil then
         if labels[i] ~= nil then
             table.insert(result, labels[i])
             table.insert(result, "|"..labels[i])
         end
         end
         i = i + 1
         i = i + 1