<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.agency/index.php?action=history&amp;feed=atom&amp;title=Module%3AArticle_history%2FCategory</id>
		<title>Module:Article history/Category - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.agency/index.php?action=history&amp;feed=atom&amp;title=Module%3AArticle_history%2FCategory"/>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:Article_history/Category&amp;action=history"/>
		<updated>2026-05-01T08:14:09Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://wiki.agency/index.php?title=Module:Article_history/Category&amp;diff=632&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:Article_history/Category&amp;diff=632&amp;oldid=prev"/>
				<updated>2018-10-24T22:40:55Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 22:40, 24 October 2018&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&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>Admin</name></author>	</entry>

	<entry>
		<id>https://wiki.agency/index.php?title=Module:Article_history/Category&amp;diff=631&amp;oldid=prev</id>
		<title>Mr. Stradivarius: Protected Module:Article history/Category: High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:Article_history/Category&amp;diff=631&amp;oldid=prev"/>
				<updated>2015-02-12T05:38:12Z</updated>
		
		<summary type="html">&lt;p&gt;Protected Module:Article history/Category: &lt;a href=&quot;/index.php?title=WP:High-risk_templates&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:High-risk templates (page does not exist)&quot;&gt;High-risk Lua module&lt;/a&gt; ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-------------------------------------------------------------------------------&lt;br /&gt;
-- Category class&lt;br /&gt;
-- This module makes a Category class for use in [[Module:Article history]].&lt;br /&gt;
-- It provides a unified interface for the creation of category links. With&lt;br /&gt;
-- this class, categories can passed between objects without concerns about&lt;br /&gt;
-- interoperability and still have their values and sort keys easily&lt;br /&gt;
-- accessible.&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
local checkType = require(&amp;#039;libraryUtil&amp;#039;).checkType&lt;br /&gt;
local CATEGORY_NS_TEXT = mw.site.namespaces[14].name&lt;br /&gt;
&lt;br /&gt;
local Category = {}&lt;br /&gt;
Category.__index = Category&lt;br /&gt;
&lt;br /&gt;
function Category.new(category, sortKey)&lt;br /&gt;
	checkType(&amp;#039;Category.new&amp;#039;, 1, category, &amp;#039;string&amp;#039;)&lt;br /&gt;
	checkType(&amp;#039;Category.new&amp;#039;, 2, sortKey, &amp;#039;string&amp;#039;, true)&lt;br /&gt;
	local obj = setmetatable({}, Category)&lt;br /&gt;
	obj.category = category&lt;br /&gt;
	obj.sortKey = sortKey&lt;br /&gt;
	return obj&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function Category:__tostring()&lt;br /&gt;
	if self.sortKey then&lt;br /&gt;
		return string.format(&lt;br /&gt;
			&amp;#039;[[%s:%s|%s]]&amp;#039;,&lt;br /&gt;
			CATEGORY_NS_TEXT,&lt;br /&gt;
			self.category,&lt;br /&gt;
			self.sortKey&lt;br /&gt;
		)&lt;br /&gt;
	else&lt;br /&gt;
		return string.format(&lt;br /&gt;
			&amp;#039;[[%s:%s]]&amp;#039;,&lt;br /&gt;
			CATEGORY_NS_TEXT,&lt;br /&gt;
			self.category&lt;br /&gt;
		)&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return Category&lt;/div&gt;</summary>
		<author><name>Mr. Stradivarius</name></author>	</entry>

	</feed>