Jump to content

Module:Noinclude

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Pppery (talk | contribs) at 22:16, 26 October 2016. 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