<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://test.st34an.tech/index.php?action=history&amp;feed=atom&amp;title=Module%3ALanguages%2Fdata%2Fpatterns</id>
	<title>Module:Languages/data/patterns - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://test.st34an.tech/index.php?action=history&amp;feed=atom&amp;title=Module%3ALanguages%2Fdata%2Fpatterns"/>
	<link rel="alternate" type="text/html" href="https://test.st34an.tech/index.php?title=Module:Languages/data/patterns&amp;action=history"/>
	<updated>2026-04-10T22:22:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://test.st34an.tech/index.php?title=Module:Languages/data/patterns&amp;diff=283&amp;oldid=prev</id>
		<title>Jsrs701: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://test.st34an.tech/index.php?title=Module:Languages/data/patterns&amp;diff=283&amp;oldid=prev"/>
		<updated>2026-04-10T07:29:35Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&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 07:29, 10 April 2026&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 mediawikidb:diff:1.41:old-282:rev-283 --&gt;
&lt;/table&gt;</summary>
		<author><name>Jsrs701</name></author>
	</entry>
	<entry>
		<id>https://test.st34an.tech/index.php?title=Module:Languages/data/patterns&amp;diff=282&amp;oldid=prev</id>
		<title>bob&gt;Djpwikiadmin: Created page with &quot;-- Capture patterns used by Module:languages to prevent formatting from being disrupted while text is being processed. -- Certain character sequences are substituted befor...&quot;</title>
		<link rel="alternate" type="text/html" href="https://test.st34an.tech/index.php?title=Module:Languages/data/patterns&amp;diff=282&amp;oldid=prev"/>
		<updated>2023-09-07T01:06:31Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;-- Capture patterns used by &lt;a href=&quot;/index.php?title=Module:Languages&quot; title=&quot;Module:Languages&quot;&gt;Module:languages&lt;/a&gt; to prevent formatting from being disrupted while text is being processed. -- Certain character sequences are substituted befor...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- Capture patterns used by [[Module:languages]] to prevent formatting from being disrupted while text is being processed.&lt;br /&gt;
-- Certain character sequences are substituted beforehand to make pattern matching more straightforward:&lt;br /&gt;
-- &amp;quot;\1&amp;quot; = &amp;quot;[[&amp;quot;&lt;br /&gt;
-- &amp;quot;\2&amp;quot; = &amp;quot;]]&amp;quot;&lt;br /&gt;
return {&lt;br /&gt;
	&amp;quot;((&amp;lt;/?link&amp;gt;))\0&amp;quot;, -- Special link formatting added by [[Module:links]]&lt;br /&gt;
	&amp;quot;((&amp;lt;[^&amp;lt;&amp;gt;\1\2]+&amp;gt;))&amp;quot;, -- HTML tag&lt;br /&gt;
	&amp;quot;((\1[Ff][Ii][Ll][Ee]:[^\1\2]+\2))\0&amp;quot;, -- File&lt;br /&gt;
	&amp;quot;((\1[Ii][Mm][Aa][Gg][Ee]:[^\1\2]+\2))\0&amp;quot;, -- Image&lt;br /&gt;
	&amp;quot;((\1[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]:[^\1\2]+\2))\0&amp;quot;, -- Category&lt;br /&gt;
	&amp;quot;((\1[Cc][Aa][Tt]:[^\1\2]+\2))\0&amp;quot;, -- Category&lt;br /&gt;
	&amp;quot;((\1)[^\1\2|]+(\2))\0&amp;quot;, -- Bare internal link&lt;br /&gt;
	&amp;quot;((\1)[^\1\2|]-(|)[^\1\2]-(\2))\0&amp;quot;, -- Piped internal link&lt;br /&gt;
	&amp;quot;((%[https?://[^[%] ]+)[^[%]]*(%]))\0&amp;quot;, -- External link&lt;br /&gt;
	&amp;quot;((\127&amp;#039;\&amp;quot;`UNIQ%-%-%l+%-%x+%-+QINU`\&amp;quot;&amp;#039;\127))&amp;quot;, -- Strip marker&lt;br /&gt;
	&amp;quot;(&amp;#039;*(&amp;#039;&amp;#039;&amp;#039;).-&amp;#039;*(&amp;#039;&amp;#039;&amp;#039;))&amp;quot;, -- Bold&lt;br /&gt;
	&amp;quot;(&amp;#039;*(&amp;#039;&amp;#039;).-&amp;#039;*(&amp;#039;&amp;#039;))&amp;quot; -- Italics&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>bob&gt;Djpwikiadmin</name></author>
	</entry>
</feed>