Module:ArgRest/wrapper

From WikiProjectMed
Jump to navigation Jump to search
p = {}

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

return p