Module:Damage

From Elwiki
Revision as of 19:57, 23 March 2022 by Ritsu (talk | contribs)

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

local p = {}
p.loop = function(frame)
    local s = frame:preprocess( '<div>x</div>' );
    return s
end
return p