Mô đun:Noinclude

Bách khoa toàn thư mở Wikipedia
Tài liệu mô đun[tạo]
local p = {}
function p.noinclude(frame)
	return frame:getParent():preprocess("<noinclude>" .. frame.args.text .. "</noinclude>");
end
return p