<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.personaldata.io/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ASubmit_an_edit_request%2Fconfig</id>
	<title>Module:Submit an edit request/config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.personaldata.io/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ASubmit_an_edit_request%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://wiki.personaldata.io/w/index.php?title=Module:Submit_an_edit_request/config&amp;action=history"/>
	<updated>2026-04-03T20:52:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.personaldata.io/w/index.php?title=Module:Submit_an_edit_request/config&amp;diff=77068&amp;oldid=prev</id>
		<title>Podehaye: Created page with &quot;-- This module contains configuration data for Module:Submit an edit request.  return {  -------------------------------------------------------------------------------- -...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.personaldata.io/w/index.php?title=Module:Submit_an_edit_request/config&amp;diff=77068&amp;oldid=prev"/>
		<updated>2020-01-25T01:23:32Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;-- This module contains configuration data for &lt;a href=&quot;/wiki/Module:Submit_an_edit_request&quot; title=&quot;Module:Submit an edit request&quot;&gt;Module:Submit an edit request&lt;/a&gt;.  return {  -------------------------------------------------------------------------------- -...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module contains configuration data for [[Module:Submit an edit request]].&lt;br /&gt;
&lt;br /&gt;
return {&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
-- Messages&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
-- The default display value for edit requests.&lt;br /&gt;
['default-display-value'] = 'Submit an edit request',&lt;br /&gt;
&lt;br /&gt;
-- The template that stores the edit request preload text&lt;br /&gt;
['preload-template'] = 'Template:Submit an edit request/preload',&lt;br /&gt;
&lt;br /&gt;
-- The section heading that is generated when a user clicks on an edit request&lt;br /&gt;
-- link. $1 is the protection level text, e.g. &amp;quot;Semi-protected&amp;quot; or&lt;br /&gt;
-- &amp;quot;Template-protected&amp;quot;. $2 is the current date, in the format specified by the&lt;br /&gt;
-- &amp;quot;preload-title-date-format&amp;quot; message.&lt;br /&gt;
['preload-title-text'] = '$1 edit request on $2',&lt;br /&gt;
&lt;br /&gt;
-- The date format for the automatically-generated section heading. The format&lt;br /&gt;
-- must be valid input for the #time parser function.&lt;br /&gt;
['preload-title-date-format'] = 'j F Y',&lt;br /&gt;
&lt;br /&gt;
-- The name of the Main Page for this wiki.&lt;br /&gt;
['main-page'] = 'Main Page',&lt;br /&gt;
&lt;br /&gt;
-- The page used to request changes to things on the Main Page.&lt;br /&gt;
['main-page-request-page'] = 'Wikipedia:Main Page/Errors',&lt;br /&gt;
&lt;br /&gt;
-- The page used to request edits to protected talk pages.&lt;br /&gt;
['protected-talk-page-request-page'] = 'Wikipedia:Requests for page protection#Current requests for edits to a protected page',&lt;br /&gt;
&lt;br /&gt;
-- The names of the templates to be used as wrappers for the &amp;quot;link&amp;quot; and &amp;quot;button&amp;quot;&lt;br /&gt;
-- functions. These are passed as arguments to the &amp;quot;wrappers&amp;quot; option of&lt;br /&gt;
-- [[Module:Arguments]].&lt;br /&gt;
['link-wrapper-template'] = 'Template:Submit an edit request/link',&lt;br /&gt;
['button-wrapper-template'] = 'Template:Submit an edit request',&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
-- Protection level config&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
protectionLevels = {&lt;br /&gt;
&lt;br /&gt;
--[[&lt;br /&gt;
-- These settings are for the different protection levels which the module can&lt;br /&gt;
-- output edit request links for.&lt;br /&gt;
--&lt;br /&gt;
-- editintro:&lt;br /&gt;
-- The template to use as the edit intro users see when they click on an edit&lt;br /&gt;
-- request link.&lt;br /&gt;
--&lt;br /&gt;
-- request-template:&lt;br /&gt;
-- The name of the edit request template for that protection level. Do not&lt;br /&gt;
-- include the &amp;quot;Template:&amp;quot; text.&lt;br /&gt;
--&lt;br /&gt;
-- protectionlevel:&lt;br /&gt;
-- The name of the protection level, used for formatting the automatically-&lt;br /&gt;
-- generated section headings.&lt;br /&gt;
--]]&lt;br /&gt;
&lt;br /&gt;
-- Semi-protection&lt;br /&gt;
semi = {&lt;br /&gt;
	editintro = 'Template:Edit semi-protected/editintro',&lt;br /&gt;
	requestTemplate = 'edit semi-protected',&lt;br /&gt;
	levelText = 'Semi-protected',&lt;br /&gt;
},&lt;br /&gt;
&lt;br /&gt;
-- Extended-confirmed-protection&lt;br /&gt;
extended = {&lt;br /&gt;
	editintro = 'Template:Edit extended-protected/editintro',&lt;br /&gt;
	requestTemplate = 'edit extended-protected',&lt;br /&gt;
	levelText = 'Extended-confirmed-protected',&lt;br /&gt;
},&lt;br /&gt;
&lt;br /&gt;
-- Template-protection&lt;br /&gt;
template = {&lt;br /&gt;
	editintro = 'Template:Edit template-protected/editintro',&lt;br /&gt;
	requestTemplate = 'edit template-protected',&lt;br /&gt;
	levelText = 'Template-protected',&lt;br /&gt;
},&lt;br /&gt;
&lt;br /&gt;
-- Full protection&lt;br /&gt;
full = {&lt;br /&gt;
	editintro = 'Template:Edit protected/editintro',&lt;br /&gt;
	requestTemplate = 'edit fully-protected',&lt;br /&gt;
	levelText = 'Protected',&lt;br /&gt;
},&lt;br /&gt;
&lt;br /&gt;
-- Interface-protection&lt;br /&gt;
interface = {&lt;br /&gt;
	editintro = 'Template:Edit interface-protected/editintro',&lt;br /&gt;
	requestTemplate = 'edit interface-protected',&lt;br /&gt;
	levelText = 'Interface-protected',&lt;br /&gt;
},&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Podehaye</name></author>
	</entry>
</feed>