Module:Noinclude

From Wikidot - Australian Business Wiki
Jump to navigation Jump to search

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

Script error: Lua error: Internal error: The interpreter exited with status 127.

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