Module:Noinclude

This is the current revision of this page, as edited by imported>CambridgeBayWeather at 23: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) ← Older 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