<?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%3ALoMP</id>
		<title>Module:LoMP - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.agency/index.php?action=history&amp;feed=atom&amp;title=Module%3ALoMP"/>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:LoMP&amp;action=history"/>
		<updated>2026-05-03T07:30:04Z</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:LoMP&amp;diff=7147&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:LoMP&amp;diff=7147&amp;oldid=prev"/>
				<updated>2018-11-04T19:23:00Z</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 19:23, 4 November 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:LoMP&amp;diff=7146&amp;oldid=prev</id>
		<title>MusikAnimal: Protected &quot;Module:LoMP&quot;: High-risk Lua module; 1,000+ transclusions ([Edit=Require autoconfirmed or confirmed access] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:LoMP&amp;diff=7146&amp;oldid=prev"/>
				<updated>2017-10-10T17:47:28Z</updated>
		
		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/Module:LoMP&quot; title=&quot;Module:LoMP&quot;&gt;Module:LoMP&lt;/a&gt;&amp;quot;: &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;; 1,000+ transclusions ([Edit=Require autoconfirmed or confirmed access] (indefinite))&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;
function p.LoMP(frame)&lt;br /&gt;
	-- For calling from #invoke.&lt;br /&gt;
	local pframe = frame:getParent()&lt;br /&gt;
	local args = pframe.args&lt;br /&gt;
	return p._LoMP(args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._LoMP(args)&lt;br /&gt;
	local link, result&lt;br /&gt;
	-- For calling from other Lua modules.&lt;br /&gt;
	local num = tonumber(args[1])&lt;br /&gt;
	local subsec = string.sub(tostring(num + 1000), -3)&lt;br /&gt;
	if (num &amp;lt;= 1000) then&lt;br /&gt;
		link = &amp;quot;List of minor planets: 1–1000#&amp;quot; .. subsec&lt;br /&gt;
	else&lt;br /&gt;
		local pagefrom = math.floor((num - 1) / 1000)&lt;br /&gt;
		local pageto = pagefrom + 1&lt;br /&gt;
		link = &amp;quot;List of minor planets: &amp;quot; .. pagefrom .. &amp;quot;001–&amp;quot; .. pageto .. &amp;quot;000#&amp;quot; .. subsec&lt;br /&gt;
	end&lt;br /&gt;
	if (args[2] == nil) then&lt;br /&gt;
		result = &amp;quot;[[&amp;quot; .. link .. &amp;quot;]]&amp;quot;&lt;br /&gt;
	else&lt;br /&gt;
		result = &amp;quot;[[&amp;quot; .. link .. &amp;quot;|&amp;quot; .. args[2] .. &amp;quot;]]&amp;quot;&lt;br /&gt;
	end&lt;br /&gt;
	return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>MusikAnimal</name></author>	</entry>

	</feed>