Module:Noinclude: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Pppery
Created page with 'local p = {} function p.noinclude(frame) return frame:getParent():preprocess("<noinclude>" .. frame.args.text .. "</noinclude>"); end return noinclude'
 
Ookami (talk | contribs)
m 4 revisions imported
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
return frame:getParent():preprocess("<noinclude>" .. frame.args.text .. "</noinclude>");
return frame:getParent():preprocess("<noinclude>" .. frame.args.text .. "</noinclude>");
end
end
return noinclude
return p

Latest revision as of 05:17, 3 September 2020

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