Module:Noinclude

local p = {} function p.noinclude(frame) return frame:getParent():preprocess("" .. frame.args.text .. ""); end return p