Module:Noinclude: Difference between revisions

Jump to navigation Jump to search
m (1 revision imported)
m (1 revision imported)

Revision as of 20:47, 28 January 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