Module:Damage

From Elwiki
Revision as of 00:36, 20 March 2022 by Ritsu (talk | contribs)

Documentation for this module may be created at Module:Damage/doc

local p = {}
p.loop = function(frame)
   o = table.concat(frame.args, "\n")
   return o
end
return p