Module: Preprocess

From Break Into Chat - BBS wiki
Jump to: navigation, search

Documentation for this module may be created at Module:Preprocess/doc

local p = {}

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

return p