Модул:Noinclude

С Википедије, слободне енциклопедије

Документацију овог модула можете да направите на страници Модул:Noinclude/док

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