सामग्रीमा जानुहोस्

मोड्युल:Noinclude

विकिपिडिया बठेइ

Documentation for this module may be created at मोड्युल:Noinclude/doc

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