Documentation for this module may be created at Module:Sandbox/Blahma/Asterisk/doc

local p = {}

function p.test(frame)
    return frame.args[1]
end

return p