본문으로 이동

모듈:Noinclude

위키백과, 우리 모두의 백과사전.

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