Jump to content

Module:Noinclude

From Simple English Wikipedia, the free encyclopedia
Revision as of 11:23, 8 May 2018 by Djsasso (talk | changes) (1 revision imported from en:Module:Noinclude)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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