“模块:Protection banner/documentation/config”的版本间的差异

来自中文乐谱库
wiki_>Viztor
建立内容为“-- This module contains messages used to generate the documentation for -- Module:Protection banner. return { -- Reason table headings. ['docu…”的新页面)
 
(导入1个版本)
 

2020年7月4日 (六) 17:40的最新版本

此模块的文档可以在模块:Protection banner/documentation/config/doc创建

脚本错误:Lua错误:无法创建进程:proc_open(/dev/null): failed to open stream: Operation not permitted

-- This module contains messages used to generate the documentation for
-- [[Module:Protection banner]].

return {

-- Reason table headings.
['documentation-heading-reason'] = '原因',
['documentation-heading-action'] = '操作',
['documentation-heading-description'] = '描述',

-- Blurb to display if no reasons were found in the module config.
['documentation-blurb-noreasons'] = '此模块中找不到相应原因'
	.. ' configuration.',

}