Documentation for this module may be created at Module:TestModule/doc
local p = {} function p.add(frame) return tostring(tonumber(frame.args[1]) + tonumber(frame.args[2])) end return p
Documentation for this module may be created at Module:TestModule/doc
local p = {} function p.add(frame) return tostring(tonumber(frame.args[1]) + tonumber(frame.args[2])) end return p