“模块:Noinclude”的版本间的差异

来自Tim的摄影工坊知识库
跳转至: 导航搜索
wiki.gluggavedur.org>CambridgeBayWeather
(Protected "Module:Noinclude": High-risk Lua module ([Edit=Require template editor access] (indefinite)))
 
Syy讨论 | 贡献
(导入1个版本)
 
(没有差异)

2018年5月12日 (六) 17:59的最新版本

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

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