Module:Damage: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 211: Line 211:
     -- Dump all values.
     -- Dump all values.
     local ret = {}
     local ret = {}
     for k,v in spairs(vars) do
     for k,v in spairs(fvals) do
         table.insert(ret, v)
         table.insert(ret, k..': '..v)
     end
     end


     return frame:preprocess(table.concat(ret, "<br/>"))
     return table.concat(vars)


     -- return passive1[1]
     -- return passive1[1]