Documentation for this module may be created at Module:Sandbox/Jerry Lee Lewis' 9th toe/doc

local p = {}

p.double = function(frame)
	return frame.args[1]*2
end

return p