<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://chabadpedia.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ASubmit_an_edit_request%2Fdoc</id>
	<title>Module:Submit an edit request/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://chabadpedia.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ASubmit_an_edit_request%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://chabadpedia.com/index.php?title=Module:Submit_an_edit_request/doc&amp;action=history"/>
	<updated>2026-04-18T08:20:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://chabadpedia.com/index.php?title=Module:Submit_an_edit_request/doc&amp;diff=11349&amp;oldid=prev</id>
		<title>Abhishek.it: 1 revision imported from :wikipedia:Module:Submit_an_edit_request/doc</title>
		<link rel="alternate" type="text/html" href="https://chabadpedia.com/index.php?title=Module:Submit_an_edit_request/doc&amp;diff=11349&amp;oldid=prev"/>
		<updated>2025-05-24T12:32:02Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported from &lt;a href=&quot;https://en.wikipedia.org/wiki/Module:Submit_an_edit_request/doc&quot; class=&quot;extiw&quot; title=&quot;wikipedia:Module:Submit an edit request/doc&quot;&gt;wikipedia:Module:Submit_an_edit_request/doc&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 08:32, 24 May 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key chabadpedia_en:diff:1.41:old-11348:rev-11349 --&gt;
&lt;/table&gt;</summary>
		<author><name>Abhishek.it</name></author>
	</entry>
	<entry>
		<id>https://chabadpedia.com/index.php?title=Module:Submit_an_edit_request/doc&amp;diff=11348&amp;oldid=prev</id>
		<title>wikipedia&gt;HouseBlaster: bypass redirect</title>
		<link rel="alternate" type="text/html" href="https://chabadpedia.com/index.php?title=Module:Submit_an_edit_request/doc&amp;diff=11348&amp;oldid=prev"/>
		<updated>2024-12-16T15:34:00Z</updated>

		<summary type="html">&lt;p&gt;bypass redirect&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{used in system}}&lt;br /&gt;
{{Lua|Module:Submit an edit request/config|Module:Redirect|Module:Effective protection level|Module:String|Module:Arguments|Module:Clickable button}}&lt;br /&gt;
This module implements the {{tl|submit an edit request}} and {{tl|submit an edit request/link}} templates.&lt;br /&gt;
&lt;br /&gt;
== Usage from wikitext ==&lt;br /&gt;
&lt;br /&gt;
To use this module from wikitext, you should normally use the {{Template link|Submit an edit request}} and {{Template link|Submit an edit request/link}} templates. However, the module can also be used directly from #invoke. For the edit request button, use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#invoke:Submit an edit request|button|&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;args&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, and for the edit request link only, use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#invoke:Submit an edit request|link|&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;args&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. Please see the respective template pages for a list of available parameters.&lt;br /&gt;
&lt;br /&gt;
== Usage from Lua modules ==&lt;br /&gt;
&lt;br /&gt;
To use this module from other Lua modules, first load the module.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local mEditRequest = require(&amp;#039;Module:Submit an edit request&amp;#039;)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can then use the _button function to generate an edit request button, and the _link function to generate an edit request link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
mEditRequest._button(args)&lt;br /&gt;
mEditRequest._link(args)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;args&amp;lt;/var&amp;gt; variable should be a table containing the arguments to pass to the module. To see the different arguments that can be specified and how they affect the module output, please refer to the documentation of {{tl|Submit an edit request}} and {{tl|Submit an edit request/link}}.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
This module can be translated and configured for other wikis by editing [[Module:Submit an edit request/config]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox||&lt;br /&gt;
&amp;lt;!-- Categories go here and interwikis go in Wikidata. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;HouseBlaster</name></author>
	</entry>
</feed>