ವಿಕಿಪೀಡಿಯರ್ದ್, ಒಂಜಿ ಸೊತಂತ್ರ ವಿಶ್ವಕೋಶ
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