Module:Noinclude

From Zoophilia Wiki
Revision as of 22:16, 26 October 2016 by meta>Pppery
Jump to navigationJump to search

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