模块:Noinclude
来自Tim的摄影工坊知识库
此模块的文档可以在模块:Noinclude/doc创建
local p = {}
function p.noinclude(frame)
return frame:getParent():preprocess("<noinclude>" .. frame.args.text .. "</noinclude>");
end
return p
此模块的文档可以在模块:Noinclude/doc创建
local p = {}
function p.noinclude(frame)
return frame:getParent():preprocess("<noinclude>" .. frame.args.text .. "</noinclude>");
end
return p