Difference between revisions of "Module:Noinclude"

From King @ Law's North Carolina Divorce Law Wiki
Jump to navigation Jump to search
m (Protected "Module:Noinclude": High-risk Lua module ([Edit=Require template editor access] (indefinite)))
(No difference)

Revision as of 17:09, 29 October 2016

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

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