跳转到内容

模組:Protection banner/documentation/config

维基百科,自由的百科全书

这是Module:Protection banner/documentation/config当前版本,由Viztor留言 | 贡献编辑于2018年11月14日 (三) 04:02 建立内容为“-- This module contains messages used to generate the documentation for -- Module:Protection banner. return { -- Reason table headings. ['docu…”的新页面)。这个网址是本页该版本的固定链接。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
-- 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.',

}