<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://www.verzauberte-welten.de/index.php?action=history&amp;feed=atom&amp;title=Modul%3ASubmit_an_edit_request%2Fconfig</id>
	<title>Modul:Submit an edit request/config - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://www.verzauberte-welten.de/index.php?action=history&amp;feed=atom&amp;title=Modul%3ASubmit_an_edit_request%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://www.verzauberte-welten.de/index.php?title=Modul:Submit_an_edit_request/config&amp;action=history"/>
	<updated>2026-04-05T20:34:24Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Verzauberte Welten e.V.</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://www.verzauberte-welten.de/index.php?title=Modul:Submit_an_edit_request/config&amp;diff=1076&amp;oldid=prev</id>
		<title>Maintenance script: Schützte „Modul:Submit an edit request/config“ ([Bearbeiten=Nur Administratoren erlauben] (unbeschränkt) [Verschieben=Nur Administratoren erlauben] (unbeschränkt))</title>
		<link rel="alternate" type="text/html" href="https://www.verzauberte-welten.de/index.php?title=Modul:Submit_an_edit_request/config&amp;diff=1076&amp;oldid=prev"/>
		<updated>2015-08-09T08:56:17Z</updated>

		<summary type="html">&lt;p&gt;Schützte „&lt;a href=&quot;/Modul:Submit_an_edit_request/config&quot; title=&quot;Modul:Submit an edit request/config&quot;&gt;Modul:Submit an edit request/config&lt;/a&gt;“ ([Bearbeiten=Nur Administratoren erlauben] (unbeschränkt) [Verschieben=Nur Administratoren erlauben] (unbeschränkt))&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 9. August 2015, 10:56 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://www.verzauberte-welten.de/index.php?title=Modul:Submit_an_edit_request/config&amp;diff=463&amp;oldid=prev</id>
		<title>mw&gt;Oetterer am 10. Oktober 2014 um 07:33 Uhr</title>
		<link rel="alternate" type="text/html" href="https://www.verzauberte-welten.de/index.php?title=Modul:Submit_an_edit_request/config&amp;diff=463&amp;oldid=prev"/>
		<updated>2014-10-10T07:33:11Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&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;
local cfg = {}&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
-- General config&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
-- The default display value for edit requests.&lt;br /&gt;
cfg['default-display-value-en'] = 'Submit an edit request'&lt;br /&gt;
cfg['default-display-value-de'] = 'Überarbeitungshinweis erstellen'&lt;br /&gt;
cfg['default-display-value'] = cfg['default-display-value-en']&lt;br /&gt;
&lt;br /&gt;
-- The template that stores the edit request preload text&lt;br /&gt;
cfg['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;
cfg['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;
cfg['preload-title-date-format'] = 'j F Y'&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;
cfg['link-wrapper-template'] = {'Template:Submit an edit request/link', 'Vorlage:Submit an edit request/link'}&lt;br /&gt;
cfg['button-wrapper-template'] = {'Template:Submit an edit request', 'Vorlage: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;
--[[&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;
cfg['semi-editintro'] = 'Template:Edit semi-protected/editintro'&lt;br /&gt;
cfg['semi-request-template'] = 'edit semi-protected'&lt;br /&gt;
cfg['semi-protectionlevel'] = 'Semi-protected'&lt;br /&gt;
&lt;br /&gt;
-- Template-protection&lt;br /&gt;
cfg['template-editintro'] = 'Template:Edit template-protected/editintro'&lt;br /&gt;
cfg['template-request-template'] = 'edit template-protected'&lt;br /&gt;
cfg['template-protectionlevel'] = 'Template-protected'&lt;br /&gt;
&lt;br /&gt;
-- Full protection&lt;br /&gt;
cfg['full-editintro'] = 'Template:Edit protected/editintro'&lt;br /&gt;
cfg['full-request-template'] = 'edit protected'&lt;br /&gt;
cfg['full-protectionlevel'] = 'Protected'&lt;br /&gt;
&lt;br /&gt;
return cfg&lt;/div&gt;</summary>
		<author><name>mw&gt;Oetterer</name></author>
	</entry>
</feed>