Difference between revisions of "Module:Protection banner/documentation/config"

MyWikiBiz, Author Your Legacy — Sunday September 29, 2024
Jump to navigationJump to search
(Pywikibot 6.4.0)
 
(No difference)

Latest revision as of 05:32, 16 July 2021

Documentation for this module may be created at Module: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.',

}