Documentation for this module may be created at Module:Sandbox/Danski454/Force parse/doc

local p = {}
function p.main(frame)
	return frame:preprocess( frame.args[0] )
end
return p