<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ml">
	<id>https://schoolwiki.in/index.php?action=history&amp;feed=atom&amp;title=%E0%B4%98%E0%B4%9F%E0%B4%95%E0%B4%82%3ASubmit_an_edit_request%2Fconfig</id>
	<title>ഘടകം:Submit an edit request/config - നാൾവഴി</title>
	<link rel="self" type="application/atom+xml" href="https://schoolwiki.in/index.php?action=history&amp;feed=atom&amp;title=%E0%B4%98%E0%B4%9F%E0%B4%95%E0%B4%82%3ASubmit_an_edit_request%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://schoolwiki.in/index.php?title=%E0%B4%98%E0%B4%9F%E0%B4%95%E0%B4%82:Submit_an_edit_request/config&amp;action=history"/>
	<updated>2026-04-09T19:41:22Z</updated>
	<subtitle>വിക്കിയിൽ ഈ താളിന്റെ നാൾവഴി</subtitle>
	<generator>MediaWiki 1.43.4</generator>
	<entry>
		<id>https://schoolwiki.in/index.php?title=%E0%B4%98%E0%B4%9F%E0%B4%95%E0%B4%82:Submit_an_edit_request/config&amp;diff=126821&amp;oldid=prev</id>
		<title>Stultus: ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു</title>
		<link rel="alternate" type="text/html" href="https://schoolwiki.in/index.php?title=%E0%B4%98%E0%B4%9F%E0%B4%95%E0%B4%82:Submit_an_edit_request/config&amp;diff=126821&amp;oldid=prev"/>
		<updated>2016-10-06T11:26:37Z</updated>

		<summary type="html">&lt;p&gt;ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു&lt;/p&gt;
&lt;p&gt;&lt;b&gt;പുതിയ താൾ&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[&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;
cfg[&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;
cfg[&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;
cfg[&amp;#039;preload-title-date-format&amp;#039;] = &amp;#039;j F Y&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;
cfg[&amp;#039;link-wrapper-template&amp;#039;] = &amp;#039;Template:Submit an edit request/link&amp;#039;&lt;br /&gt;
cfg[&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;
--[[&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[&amp;#039;semi-editintro&amp;#039;] = &amp;#039;Template:Edit semi-protected/editintro&amp;#039;&lt;br /&gt;
cfg[&amp;#039;semi-request-template&amp;#039;] = &amp;#039;edit semi-protected&amp;#039;&lt;br /&gt;
cfg[&amp;#039;semi-protectionlevel&amp;#039;] = &amp;#039;Semi-protected&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- Template-protection&lt;br /&gt;
cfg[&amp;#039;template-editintro&amp;#039;] = &amp;#039;Template:Edit template-protected/editintro&amp;#039;&lt;br /&gt;
cfg[&amp;#039;template-request-template&amp;#039;] = &amp;#039;edit template-protected&amp;#039;&lt;br /&gt;
cfg[&amp;#039;template-protectionlevel&amp;#039;] = &amp;#039;Template-protected&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- Full protection&lt;br /&gt;
cfg[&amp;#039;full-editintro&amp;#039;] = &amp;#039;Template:Edit protected/editintro&amp;#039;&lt;br /&gt;
cfg[&amp;#039;full-request-template&amp;#039;] = &amp;#039;edit protected&amp;#039;&lt;br /&gt;
cfg[&amp;#039;full-protectionlevel&amp;#039;] = &amp;#039;Protected&amp;#039;&lt;br /&gt;
&lt;br /&gt;
return cfg&lt;/div&gt;</summary>
		<author><name>Stultus</name></author>
	</entry>
</feed>