Module:Sandbox/Blahma/Asterisk

From English Wikipedia @ Freddythechick

This is the current revision of this page, as edited by imported>Blahma at 15:24, 4 March 2015 (sandbox test). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {}

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

return p