モジュール:Protection banner/documentation/config

モジュールの解説[作成]

-- 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'] = '保護理由に指定可能な値が'
	.. '[[モジュール:Protection banner/config]]に見つかりませんでした。',

}