Module:Noinclude: Difference between revisions

Jump to navigation Jump to search
en>CambridgeBayWeather
m (Protected "Module:Noinclude": High-risk Lua module ([Edit=Require template editor access] (indefinite)))
 
m (1 revision imported)
 
(2 intermediate revisions by the same user not shown)

Latest revision as of 23:45, 25 February 2019

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