Jump to content

विभाग:Noinclude

विकिस्रोत कडून

विभाग:Noinclude/doc येथे या विभागाचे दस्तावेजीकरण तयार करु शकता

local p = {}
function p.noinclude(frame)
	return frame:getParent():preprocess("<noinclude>" .. frame.args.text .. "</noinclude>");
end
return p