<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://project-au.w.kmwc.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ATemplate_redirect_regex</id>
	<title>Module:Template redirect regex - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://project-au.w.kmwc.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ATemplate_redirect_regex"/>
	<link rel="alternate" type="text/html" href="http://project-au.w.kmwc.org/index.php?title=Module:Template_redirect_regex&amp;action=history"/>
	<updated>2026-04-10T07:45:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>http://project-au.w.kmwc.org/index.php?title=Module:Template_redirect_regex&amp;diff=1736&amp;oldid=prev</id>
		<title>Rox: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://project-au.w.kmwc.org/index.php?title=Module:Template_redirect_regex&amp;diff=1736&amp;oldid=prev"/>
		<updated>2025-04-30T15:21:34Z</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;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 15:21, 30 April 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&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;/table&gt;</summary>
		<author><name>Rox</name></author>
	</entry>
	<entry>
		<id>http://project-au.w.kmwc.org/index.php?title=Module:Template_redirect_regex&amp;diff=1735&amp;oldid=prev</id>
		<title>Wikipedia&gt;Tom.Reding: +Template:Short description; ce</title>
		<link rel="alternate" type="text/html" href="http://project-au.w.kmwc.org/index.php?title=Module:Template_redirect_regex&amp;diff=1735&amp;oldid=prev"/>
		<updated>2024-08-16T10:34:40Z</updated>

		<summary type="html">&lt;p&gt;+&lt;a href=&quot;/w/Template:Short_description&quot; title=&quot;Template:Short description&quot;&gt;Template:Short description&lt;/a&gt;; ce&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
--returns a table of regular expressions, sorted by descending popularity, for a parent template and all redirects to it as of a certain date, or nil&lt;br /&gt;
--regex for the 1st pipe and surrounding whitespace are purposefully omitted to give the calling modules more flexibility&lt;br /&gt;
function p.main( template )&lt;br /&gt;
&lt;br /&gt;
	--expand the following table as-needed, following the same format&lt;br /&gt;
	local tCanonical_templates = {&lt;br /&gt;
		[&amp;#039;Category redirect&amp;#039;] = { &lt;br /&gt;
			--the following 11 pages (6 condensed) redirect to [[Template:Category redirect]], as of 2022/9:&lt;br /&gt;
			&amp;#039;{{%s*[Cc]ate?g?o?r?y?[ _]*[rR]edirect&amp;#039;,	--parent+505+312+243+1 transclusions&lt;br /&gt;
			&amp;#039;{{%s*[Cc]atr&amp;#039;,								--21&lt;br /&gt;
			&amp;#039;{{%s*[Cc]at[ _]*[rR]edir&amp;#039;,					--5+3&lt;br /&gt;
			&amp;#039;{{%s*[Cc]at[ _]*[rR]ed&amp;#039;,					--3+2&lt;br /&gt;
			&amp;#039;{{%s*[Cc]at[ _]*[mM]ove&amp;#039;,					--1&lt;br /&gt;
			&amp;#039;{{%s*[Cc]ategory[ _]*[mM]ove&amp;#039;,				--0&lt;br /&gt;
		},&lt;br /&gt;
		&lt;br /&gt;
		[&amp;#039;Taxonbar&amp;#039;] = { &lt;br /&gt;
			--the following 6 pages (3 condensed) redirect to [[Template:Taxonbar]], as of 2023/8:&lt;br /&gt;
			&amp;#039;{{%s*[Tt]axon?[ _-]?[bB]ar&amp;#039;,				--parent+50+11+2+2 transclusions&lt;br /&gt;
			&amp;#039;{{%s*[Tt]axon[Ii]ds&amp;#039;,						--45&lt;br /&gt;
			&amp;#039;{{%s*[Tt]axon[ _]*[iI]dentifiers&amp;#039;,			--1&lt;br /&gt;
			--detect direct calls to [[Module:Taxonbar]]&lt;br /&gt;
			&amp;#039;{{ *#invoke *: *[Tt]axonbar&amp;#039;,&lt;br /&gt;
		},&lt;br /&gt;
		&lt;br /&gt;
		[&amp;#039;Short description&amp;#039;] = { &lt;br /&gt;
			--the following 4 pages (2 condensed) redirect to [[Template:Short description]], as of 2024/8:&lt;br /&gt;
			&amp;#039;{{%s*[Ss]hort[ _]?[dD]escription&amp;#039;,			--parent+125+6 transclusions&lt;br /&gt;
			&amp;#039;{{%s*[Ss]hort[ _]?[d]esc&amp;#039;,					--10+8&lt;br /&gt;
		},&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	return tCanonical_templates[template] or nil&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;Tom.Reding</name></author>
	</entry>
</feed>