開啟主選單

求真百科

模組:Protection banner/documentation/config

< 模块:Protection banner‎ | documentation

此模塊的文檔可以在模塊: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.',

}