Module:Submit an edit request/config
< Module:Submit an edit request
Jump to navigation
Jump to search
Revision as of 06:01, 11 June 2014 by blackwiki>Mr. Stradivarius (Protected Module:Submit an edit request/config: High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite)))
| 40x40px | This module is used in system messages. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid large-scale disruption, any changes should first be tested in this module's /sandbox or /testcases subpage, or in your own user space. The tested changes can then be added in one single edit to this module. Please discuss any changes on the talk page before implementing them. |
This module provides configuration data for Module:Submit an edit request. Please see the module comments for a description of what each message does.
-- This module contains configuration data for [[Module:Submit an edit request]].
local cfg = {}
cfg['default-display-value'] = 'Submit an edit request'
cfg['preload-template'] = 'Template:Submit an edit request/preload'
cfg['preload-title-text'] = '$1 edit request on $2'
cfg['preload-title-date-format'] = 'j F Y'
cfg['semi-editintro'] = 'Template:Edit semi-protected/editintro'
cfg['semi-request-template'] = 'edit semi-protected'
cfg['semi-protectionlevel'] = 'Semi-protected'
cfg['template-editintro'] = 'Template:Edit template-protected/editintro'
cfg['template-request-template'] = 'edit template-protected'
cfg['template-protectionlevel'] = 'Template-protected'
cfg['full-editintro'] = 'Template:Edit protected/editintro'
cfg['full-request-template'] = 'edit protected'
cfg['full-protectionlevel'] = 'Protected'
cfg['link-wrapper-template'] = 'Template:Submit an edit request/link'
cfg['button-wrapper-template'] = 'Template:Submit an edit request'
return cfg