<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.teriock.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ALinkList</id>
	<title>Module:LinkList - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.teriock.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ALinkList"/>
	<link rel="alternate" type="text/html" href="https://wiki.teriock.com/index.php?title=Module:LinkList&amp;action=history"/>
	<updated>2026-05-10T17:59:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.teriock.com/index.php?title=Module:LinkList&amp;diff=15710&amp;oldid=prev</id>
		<title>Gpe: Created page with &quot;local p = {}  function p.main(frame)     local input = frame.args[1]     if not input or input == &quot;&quot; then         input = frame:getParent().args[1]     end      if not input or input == &quot;&quot; then         return &quot;&quot;     end      local pages = {}      for page in mw.text.gsplit(input, &#039;;;&#039;, true) do         page = mw.text.trim(page)                  if page ~= &quot;&quot; then             table.insert(pages, page)         end     end      table.sort(pages)      local output = {}...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.teriock.com/index.php?title=Module:LinkList&amp;diff=15710&amp;oldid=prev"/>
		<updated>2026-03-24T17:58:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p.main(frame)     local input = frame.args[1]     if not input or input == &amp;quot;&amp;quot; then         input = frame:getParent().args[1]     end      if not input or input == &amp;quot;&amp;quot; then         return &amp;quot;&amp;quot;     end      local pages = {}      for page in mw.text.gsplit(input, &amp;#039;;;&amp;#039;, true) do         page = mw.text.trim(page)                  if page ~= &amp;quot;&amp;quot; then             table.insert(pages, page)         end     end      table.sort(pages)      local output = {}...&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.main(frame)&lt;br /&gt;
    local input = frame.args[1]&lt;br /&gt;
    if not input or input == &amp;quot;&amp;quot; then&lt;br /&gt;
        input = frame:getParent().args[1]&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    if not input or input == &amp;quot;&amp;quot; then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local pages = {}&lt;br /&gt;
&lt;br /&gt;
    for page in mw.text.gsplit(input, &amp;#039;;;&amp;#039;, true) do&lt;br /&gt;
        page = mw.text.trim(page)&lt;br /&gt;
        &lt;br /&gt;
        if page ~= &amp;quot;&amp;quot; then&lt;br /&gt;
            table.insert(pages, page)&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    table.sort(pages)&lt;br /&gt;
&lt;br /&gt;
    local output = {}&lt;br /&gt;
    &lt;br /&gt;
    for _, page in ipairs(pages) do&lt;br /&gt;
        table.insert(output, &amp;#039;* [[:&amp;#039; .. page .. &amp;#039;]]&amp;#039;)&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    return table.concat(output, &amp;#039;\n&amp;#039;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Gpe</name></author>
	</entry>
</feed>