模块:Noinclude

来自Tim的摄影工坊知识库
wiki.gluggavedur.org>CambridgeBayWeather2016年10月30日 (日) 06:09的版本 (Protected "Module:Noinclude": High-risk Lua module ([Edit=Require template editor access] (indefinite)))
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

此模块的文档可以在模块:Noinclude/doc创建

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