Jump to content

మాడ్యూల్:Noinclude

వికీపీడియా నుండి
local p = {}
function p.noinclude(frame)
	return frame:getParent():preprocess("<noinclude>" .. frame.args.text .. "</noinclude>");
end
return p