モジュール:Protection banner/documentation/config
モジュールの解説[作成]
このScribuntoモジュールの解説ページを作成することができます。 編集者は、このモジュールをサンドボックス (作成 | 複製)とテストケース (作成)で試すことができます。(解説) このモジュールのサブページ一覧。 |
-- 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]]に見つかりませんでした。',
}