Module:Submit an edit request/config: Difference between revisions

Content deleted Content added
Jackmcbarn (talk | contribs)
add extended
requested by User:andrybak
 
(5 intermediate revisions by 5 users not shown)
Line 23:
['preload-title-date-format'] = 'j F Y',
 
-- What do do with the generated section header if another header with the same section already exists
-- The name of the Main Page for this wiki.
-- $1 is the original section header. $2 is an automatically generated number, starting at 2 and increasing
['main-page'] = 'Main Page',
-- by one until a unique header is found.
['preload-title-dedup-suffix'] = '$1 ($2)',
 
-- The names of pages (and their subpages) that make up the content of the main page for this wiki
['main-page-content'] = 'Main Page',{
['Wikipedia:Today\'s featured article'] = true,
['Template:In the news'] = true,
['Template:Did you know'] = true,
['Wikipedia:Selected anniversaries'] = true,
['Template:POTD protected'] = true,
['Wikipedia:Today\'s featured list'] = true
},
 
-- The page used to request changes to things on the Main Page.
Line 30 ⟶ 42:
 
-- The page used to request edits to protected talk pages.
['protected-talk-page-request-page'] = 'Wikipedia:Requests for page protection#Current requests for edits to a protected page/Edit',
 
-- The names of the templates to be used as wrappers for the "link" and "button"
Line 87 ⟶ 99:
requestTemplate = 'edit fully-protected',
levelText = 'Protected',
},
 
-- Interface-protection
interface = {
editintro = 'Template:Edit interface-protected/editintro',
requestTemplate = 'edit interface-protected',
levelText = 'Interface-protected',
},