Jump to content

Module:Noinclude

Permanently protected module
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by CambridgeBayWeather (talk | contribs) at 22:09, 29 October 2016 (Protected "Module:Noinclude": High-risk Lua module ([Edit=Require template editor access] (indefinite))). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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