<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://theblockheads.wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ANotConfusedWith</id>
	<title>Module:NotConfusedWith - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://theblockheads.wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ANotConfusedWith"/>
	<link rel="alternate" type="text/html" href="https://theblockheads.wiki/index.php?title=Module:NotConfusedWith&amp;action=history"/>
	<updated>2026-09-18T07:20:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://theblockheads.wiki/index.php?title=Module:NotConfusedWith&amp;diff=25671&amp;oldid=prev</id>
		<title>FloofyPlasma: Created page with &quot;local p = {}  function p.main(frame)     local args = frame:getParent().args     local items = {}          for i = 1, 99 do         local arg = args[i]         if arg and arg:match(&quot;%S&quot;) then             table.insert(items, &quot;&quot; .. arg .. &quot;&quot;)         else             break         end     end          if #items == 0 then         return &quot;&quot;     end          if #items == 1 then         return &quot;Not to be confused with &quot; .. items[1] .. &quot;.&quot;     end          -- Join with comm...&quot;</title>
		<link rel="alternate" type="text/html" href="https://theblockheads.wiki/index.php?title=Module:NotConfusedWith&amp;diff=25671&amp;oldid=prev"/>
		<updated>2026-09-18T00:19:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p.main(frame)     local args = frame:getParent().args     local items = {}          for i = 1, 99 do         local arg = args[i]         if arg and arg:match(&amp;quot;%S&amp;quot;) then             table.insert(items, &amp;quot;&lt;a href=&quot;/index.php?title=%22_.._arg_.._%22&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;&amp;quot; .. arg .. &amp;quot; (page does not exist)&quot;&gt;&amp;quot; .. arg .. &amp;quot;&lt;/a&gt;&amp;quot;)         else             break         end     end          if #items == 0 then         return &amp;quot;&amp;quot;     end          if #items == 1 then         return &amp;quot;Not to be confused with &amp;quot; .. items[1] .. &amp;quot;.&amp;quot;     end          -- Join with comm...&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 args = frame:getParent().args&lt;br /&gt;
    local items = {}&lt;br /&gt;
    &lt;br /&gt;
    for i = 1, 99 do&lt;br /&gt;
        local arg = args[i]&lt;br /&gt;
        if arg and arg:match(&amp;quot;%S&amp;quot;) then&lt;br /&gt;
            table.insert(items, &amp;quot;[[&amp;quot; .. arg .. &amp;quot;]]&amp;quot;)&lt;br /&gt;
        else&lt;br /&gt;
            break&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    if #items == 0 then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    if #items == 1 then&lt;br /&gt;
        return &amp;quot;Not to be confused with &amp;quot; .. items[1] .. &amp;quot;.&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Join with commas, add &amp;quot;and&amp;quot; before last item&lt;br /&gt;
    local result = &amp;quot;Not to be confused with &amp;quot; .. table.concat(items, &amp;quot;, &amp;quot;, 1, #items - 1)&lt;br /&gt;
    result = result .. &amp;quot;, and &amp;quot; .. items[#items] .. &amp;quot;.&amp;quot;&lt;br /&gt;
    &lt;br /&gt;
    return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>FloofyPlasma</name></author>
	</entry>
</feed>