Jump to content

Module:Protection banner/documentation/config

विकिपीडिया से
SM7 (बातचीत | योगदान) (Created page with "-- This module contains messages used to generate the documentation for -- Module:Protection banner. return { -- Reason table headings. ['documentation-heading-reason']...") के द्वारा 18:20, 16 अक्टूबर 2016 के बदलाव
(अंतर) ← पुरान बदलाव | हाल के संसोधन (अंतर) | नया बदलाव → (अंतर)
-- 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.',

}