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'
 
meta>Pppery
No edit summary
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

Revision as of 22:16, 26 October 2016

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