<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.wikisphere.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ANumeric_interval</id>
	<title>Module:Numeric interval - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.wikisphere.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ANumeric_interval"/>
	<link rel="alternate" type="text/html" href="https://www.wikisphere.org/w/index.php?title=Module:Numeric_interval&amp;action=history"/>
	<updated>2026-05-16T08:13:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://www.wikisphere.org/w/index.php?title=Module:Numeric_interval&amp;diff=263&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.wikisphere.org/w/index.php?title=Module:Numeric_interval&amp;diff=263&amp;oldid=prev"/>
		<updated>2021-12-04T14:41:21Z</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 14:41, 4 December 2021&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 wiki_wikisphere:diff:1.41:old-262:rev-263 --&gt;
&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.wikisphere.org/w/index.php?title=Module:Numeric_interval&amp;diff=262&amp;oldid=prev</id>
		<title>en&gt;Admin at 07:46, 1 December 2021</title>
		<link rel="alternate" type="text/html" href="https://www.wikisphere.org/w/index.php?title=Module:Numeric_interval&amp;diff=262&amp;oldid=prev"/>
		<updated>2021-12-01T07:46:18Z</updated>

		<summary type="html">&lt;p&gt;&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;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
&lt;br /&gt;
  &lt;br /&gt;
  local origArgs = (type(frame.getParent) == &amp;#039;function&amp;#039;) and frame:getParent().args or frame&lt;br /&gt;
&lt;br /&gt;
  if(origArgs[1] == nil or origArgs[2] == nil) then&lt;br /&gt;
    return &amp;#039;&amp;#039;&lt;br /&gt;
  end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  local a  = tonumber(origArgs[1])&lt;br /&gt;
  local b  = tonumber(origArgs[2])&lt;br /&gt;
&lt;br /&gt;
  if(a == nil or b == nil) then&lt;br /&gt;
    return &amp;#039;&amp;#039;&lt;br /&gt;
  end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  if(a &amp;lt; b) then&lt;br /&gt;
     increment = 1&lt;br /&gt;
  else&lt;br /&gt;
    increment = -1&lt;br /&gt;
  end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  map = {}   &lt;br /&gt;
  n = 1&lt;br /&gt;
  for i=a, b, increment do&lt;br /&gt;
    map[n] = i&lt;br /&gt;
    n = n + 1&lt;br /&gt;
  end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  local result = table.concat(map, &amp;quot;, &amp;quot;)&lt;br /&gt;
&lt;br /&gt;
  mw.log(&amp;#039;result&amp;#039;)&lt;br /&gt;
  mw.log(result)&lt;br /&gt;
   &lt;br /&gt;
  return result&lt;br /&gt;
&lt;br /&gt;
end&lt;br /&gt;
--=p.main({&amp;quot;10&amp;quot;,&amp;quot;22&amp;quot;})&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>en&gt;Admin</name></author>
	</entry>
</feed>