<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.americanmusicclub.com/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.americanmusicclub.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ASubmit_an_edit_request%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/index.php?title=Module:Submit_an_edit_request/config&amp;action=history"/>
	<updated>2026-04-12T22:31:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wiki.americanmusicclub.com/index.php?title=Module:Submit_an_edit_request/config&amp;diff=22044&amp;oldid=prev</id>
		<title>Amc-admin: 8 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/index.php?title=Module:Submit_an_edit_request/config&amp;diff=22044&amp;oldid=prev"/>
		<updated>2016-11-19T17:31:27Z</updated>

		<summary type="html">&lt;p&gt;8 revisions imported&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;
[&amp;#039;default-display-value&amp;#039;] = &amp;#039;Submit an edit request&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
-- The template that stores the edit request preload text&lt;br /&gt;
[&amp;#039;preload-template&amp;#039;] = &amp;#039;Template:Submit an edit request/preload&amp;#039;,&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;
[&amp;#039;preload-title-text&amp;#039;] = &amp;#039;$1 edit request on $2&amp;#039;,&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;
[&amp;#039;preload-title-date-format&amp;#039;] = &amp;#039;j F Y&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
-- The name of the Main Page for this wiki.&lt;br /&gt;
[&amp;#039;main-page&amp;#039;] = &amp;#039;Main Page&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
-- The page used to request changes to things on the Main Page.&lt;br /&gt;
[&amp;#039;main-page-request-page&amp;#039;] = &amp;#039;Wikipedia:Main Page/Errors&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
-- The page used to request edits to protected talk pages.&lt;br /&gt;
[&amp;#039;protected-talk-page-request-page&amp;#039;] = &amp;#039;Wikipedia:Requests for page protection#Current requests for edits to a protected page&amp;#039;,&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;
[&amp;#039;link-wrapper-template&amp;#039;] = &amp;#039;Template:Submit an edit request/link&amp;#039;,&lt;br /&gt;
[&amp;#039;button-wrapper-template&amp;#039;] = &amp;#039;Template:Submit an edit request&amp;#039;,&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 = &amp;#039;Template:Edit semi-protected/editintro&amp;#039;,&lt;br /&gt;
	requestTemplate = &amp;#039;edit semi-protected&amp;#039;,&lt;br /&gt;
	levelText = &amp;#039;Semi-protected&amp;#039;,&lt;br /&gt;
},&lt;br /&gt;
&lt;br /&gt;
-- Extended-confirmed-protection&lt;br /&gt;
extended = {&lt;br /&gt;
	editintro = &amp;#039;Template:Edit extended-protected/editintro&amp;#039;,&lt;br /&gt;
	requestTemplate = &amp;#039;edit extended-protected&amp;#039;,&lt;br /&gt;
	levelText = &amp;#039;Extended-confirmed-protected&amp;#039;,&lt;br /&gt;
},&lt;br /&gt;
&lt;br /&gt;
-- Template-protection&lt;br /&gt;
template = {&lt;br /&gt;
	editintro = &amp;#039;Template:Edit template-protected/editintro&amp;#039;,&lt;br /&gt;
	requestTemplate = &amp;#039;edit template-protected&amp;#039;,&lt;br /&gt;
	levelText = &amp;#039;Template-protected&amp;#039;,&lt;br /&gt;
},&lt;br /&gt;
&lt;br /&gt;
-- Full protection&lt;br /&gt;
full = {&lt;br /&gt;
	editintro = &amp;#039;Template:Edit protected/editintro&amp;#039;,&lt;br /&gt;
	requestTemplate = &amp;#039;edit fully-protected&amp;#039;,&lt;br /&gt;
	levelText = &amp;#039;Protected&amp;#039;,&lt;br /&gt;
},&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Amc-admin</name></author>
	</entry>
</feed>