<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://anotherwiki.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-RegexMenuFramework.js</id>
	<title>MediaWiki:Gadget-RegexMenuFramework.js - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://anotherwiki.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-RegexMenuFramework.js"/>
	<link rel="alternate" type="text/html" href="https://anotherwiki.org/index.php?title=MediaWiki:Gadget-RegexMenuFramework.js&amp;action=history"/>
	<updated>2026-05-26T23:30:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://anotherwiki.org/index.php?title=MediaWiki:Gadget-RegexMenuFramework.js&amp;diff=620&amp;oldid=prev</id>
		<title>Jarandhel: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://anotherwiki.org/index.php?title=MediaWiki:Gadget-RegexMenuFramework.js&amp;diff=620&amp;oldid=prev"/>
		<updated>2012-04-01T18:26:00Z</updated>

		<summary type="html">&lt;p&gt;1 revision&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 14:26, 1 April 2012&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key anotherwiki2-wiki_:diff:wikidiff2:1.12:old-619:rev-620:1.13.0 --&gt;
&lt;/table&gt;</summary>
		<author><name>Jarandhel</name></author>
	</entry>
	<entry>
		<id>https://anotherwiki.org/index.php?title=MediaWiki:Gadget-RegexMenuFramework.js&amp;diff=619&amp;oldid=prev</id>
		<title>GreenReaper: You can override this in your own JS with something like this - see documentation for more details</title>
		<link rel="alternate" type="text/html" href="https://anotherwiki.org/index.php?title=MediaWiki:Gadget-RegexMenuFramework.js&amp;diff=619&amp;oldid=prev"/>
		<updated>2009-10-27T04:18:50Z</updated>

		<summary type="html">&lt;p&gt;You can override this in your own JS with something like this - see documentation for more details&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; // import from [[metawikipedia:User:Pathoschild/Scripts/Regex menu framework.js]]&lt;br /&gt;
importScriptURI(&amp;#039;//meta.wikimedia.org/w/index.php?title=User:Pathoschild/Scripts/Regex_menu_framework.js&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
 // Add a default tool which performs regex input in a dynamic form&lt;br /&gt;
function gadget_rmflinks() {&lt;br /&gt;
regexTool(&amp;#039;Custom regex&amp;#039;,&amp;#039;custom()&amp;#039;); &lt;br /&gt;
}&lt;br /&gt;
/* You can override this in your own JS with something like this - see documentation for more details &lt;br /&gt;
function gadget_rmflinks() {&lt;br /&gt;
regexTool(&amp;#039;Custom regex&amp;#039;,&amp;#039;custom()&amp;#039;); &lt;br /&gt;
regexTool(&amp;#039;Change foo to bar&amp;#039;,&amp;#039;foo2bar()&amp;#039;);&lt;br /&gt;
}&lt;br /&gt;
function foo2bar() {&lt;br /&gt;
	regex(/foo/g,&amp;#039;bar&amp;#039;);&lt;br /&gt;
	setreason(&amp;#039;Replaced &amp;quot;foo&amp;quot; with &amp;quot;bar&amp;quot;&amp;#039;);&lt;br /&gt;
	doaction(&amp;#039;diff&amp;#039;);&lt;br /&gt;
}&lt;br /&gt;
*/&lt;/div&gt;</summary>
		<author><name>GreenReaper</name></author>
	</entry>
</feed>