<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://linguifex.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3Asort_list</id>
	<title>Module:sort list - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://linguifex.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3Asort_list"/>
	<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Module:sort_list&amp;action=history"/>
	<updated>2026-04-06T23:13:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://linguifex.com/w/index.php?title=Module:sort_list&amp;diff=238915&amp;oldid=prev</id>
		<title>Nicomega: Created page with &quot;local p = {}  function p.asc(frame)     items = splitLine( frame.args[1] );     table.sort( items );     return table.concat( items, &quot;\n&quot; );     end  function p.desc(frame)...&quot;</title>
		<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Module:sort_list&amp;diff=238915&amp;oldid=prev"/>
		<updated>2021-10-01T15:10:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p.asc(frame)     items = splitLine( frame.args[1] );     table.sort( items );     return table.concat( items, &amp;quot;\n&amp;quot; );     end  function p.desc(frame)...&amp;quot;&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.asc(frame)&lt;br /&gt;
    items = splitLine( frame.args[1] );&lt;br /&gt;
    table.sort( items );&lt;br /&gt;
    return table.concat( items, &amp;quot;\n&amp;quot; );    &lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.desc(frame)&lt;br /&gt;
    items = splitLine( frame.args[1] );&lt;br /&gt;
    table.sort( items, function (a, b) return a &amp;gt; b end );&lt;br /&gt;
    return table.concat( items, &amp;quot;\n&amp;quot; );&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function splitLine( text )&lt;br /&gt;
    return mw.text.split( text, &amp;quot;\n&amp;quot;, true );    &lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Nicomega</name></author>
	</entry>
</feed>