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.
local p = {}
function p.test(frame)
return frame.args[1]
end
return p