Jump to content

Module:Protection banner/config/doc

Revision as of 23:35, 12 March 2026 by Taurussmith (talk | contribs) (Created page with "-- 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.', }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:Protection banner/config

-- 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.',

}