Module:Damage

From Elwiki
Revision as of 19:58, 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( '{{#vardefineecho: x|aaa}}' );
    return s
end
return p