此模块的文档可以在模块:Test/doc创建

local p = {}
function p.add(frame)
    return tonumber(frame.args[1]) + tonumber(frame.args[2])
end
return p