Module:Noinclude

This is an old revision of this page, as edited by Pppery (talk | contribs) at 16:58, 29 October 2016 (Pppery moved page Module:Sandbox/pppery/noinclude to Module:Noinclude without leaving a redirect: Move out of sandbox in preparation for sync of Template:Tfm). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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