模块:Protection banner/documentation/config

来自决策链云智库
< 模块:Protection banner‎ | documentation
Zeroclanzhang讨论 | 贡献2024年1月16日 (二) 10:25的版本 (创建页面,内容为“-- This module contains messages used to generate the documentation for -- Module:Protection banner. return { -- Reason table headings. ['documentation-heading-reason'] = 'Reason', ['documentation-heading-action'] = 'Action', ['documentation-heading-description'] = 'Description', -- Blurb to display if no reasons were found in the module config. ['documentation-blurb-noreasons'] = 'No reason values were found in the module' .. ' configuration.', }”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

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

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

return {

-- Reason table headings.
['documentation-heading-reason'] = 'Reason',
['documentation-heading-action'] = 'Action',
['documentation-heading-description'] = 'Description',

-- Blurb to display if no reasons were found in the module config.
['documentation-blurb-noreasons'] = 'No reason values were found in the module'
	.. ' configuration.',

}