Module:Sandbox/Blahma/Asterisk

local p = {}

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

return p