<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.randombell.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ADistinguish</id>
	<title>Module:Distinguish - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.randombell.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ADistinguish"/>
	<link rel="alternate" type="text/html" href="https://wiki.randombell.com/index.php?title=Module:Distinguish&amp;action=history"/>
	<updated>2026-04-13T13:43:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.randombell.com/index.php?title=Module:Distinguish&amp;diff=830&amp;oldid=prev</id>
		<title>Randombell: Created page with &quot;local mHatnote = require(&#039;Module:Hatnote&#039;) local mHatlist = require(&#039;Module:Hatnote list&#039;) local mArguments --initialize lazily local mTableTools --initialize lazily local libraryUtil = require(&#039;libraryUtil&#039;) local checkType = libraryUtil.checkType local p = {}  function p.distinguish(frame) 	mArguments = require(&#039;Module:Arguments&#039;) 	mTableTools = require(&#039;Module:TableTools&#039;) 	local args = mTableTools.compressSparseArray(mArguments.getArgs(frame)) 	return p._distinguish(...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.randombell.com/index.php?title=Module:Distinguish&amp;diff=830&amp;oldid=prev"/>
		<updated>2025-07-23T14:59:31Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local mHatnote = require(&amp;#039;Module:Hatnote&amp;#039;) local mHatlist = require(&amp;#039;Module:Hatnote list&amp;#039;) local mArguments --initialize lazily local mTableTools --initialize lazily local libraryUtil = require(&amp;#039;libraryUtil&amp;#039;) local checkType = libraryUtil.checkType local p = {}  function p.distinguish(frame) 	mArguments = require(&amp;#039;Module:Arguments&amp;#039;) 	mTableTools = require(&amp;#039;Module:TableTools&amp;#039;) 	local args = mTableTools.compressSparseArray(mArguments.getArgs(frame)) 	return p._distinguish(...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local mHatnote = require(&amp;#039;Module:Hatnote&amp;#039;)&lt;br /&gt;
local mHatlist = require(&amp;#039;Module:Hatnote list&amp;#039;)&lt;br /&gt;
local mArguments --initialize lazily&lt;br /&gt;
local mTableTools --initialize lazily&lt;br /&gt;
local libraryUtil = require(&amp;#039;libraryUtil&amp;#039;)&lt;br /&gt;
local checkType = libraryUtil.checkType&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.distinguish(frame)&lt;br /&gt;
	mArguments = require(&amp;#039;Module:Arguments&amp;#039;)&lt;br /&gt;
	mTableTools = require(&amp;#039;Module:TableTools&amp;#039;)&lt;br /&gt;
	local args = mTableTools.compressSparseArray(mArguments.getArgs(frame))&lt;br /&gt;
	return p._distinguish(args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._distinguish(args)&lt;br /&gt;
	checkType(&amp;quot;_distinguish&amp;quot;, 1, args, &amp;#039;table&amp;#039;)&lt;br /&gt;
	if #args == 0 then return &amp;#039;&amp;#039; end&lt;br /&gt;
	local text = string.format(&lt;br /&gt;
		&amp;#039;Not to be confused with %s.&amp;#039;,&lt;br /&gt;
		mHatlist.orList(args, true)&lt;br /&gt;
	)&lt;br /&gt;
	return mHatnote._hatnote(text)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Randombell</name></author>
	</entry>
</feed>