Module:Noinclude

From King @ Law's North Carolina Divorce Law Wiki
Revision as of 20:52, 11 October 2022 by imported>Attorney David King (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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