Module:Noinclude: Difference between revisions

From Azupedia
Jump to navigation Jump to search
Created page with "local p = {} function p.noinclude(frame) return frame:getParent():preprocess("<noinclude>" .. frame.args.text .. "</noinclude>"); end return p"
 
(No difference)

Latest revision as of 12:01, 18 June 2023

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