Module:Sandbox/Blahma/Asterisk

This is the current revision of this page, as edited by Blahma (talk | contribs) at 14:24, 4 March 2015 (sandbox test). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {}

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

return p