Module:ArgRest/wrapper

From Wikipedia, the free encyclopedia
p = {}

function p.main(frame)
	return frame:preprocess(frame.args[1])
end

return p