Module:Damage: Difference between revisions

From Elwiki
No edit summary
No edit summary
Line 1: Line 1:
local p = {}
local p = {}
p.loop = function(frame)
p.loop = function(frame)
     local s = frame:preprocess( '<div>x</div>' );
     local s = frame:preprocess( '{{#vardefineecho: x|aaa}}' );
     return s
     return s
end
end
return p
return p

Revision as of 19:58, 23 March 2022

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