<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ta">
	<id>https://wiki1.tamilar.wiki/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ADistinguish</id>
	<title>Module:Distinguish - திருத்த வரலாறு</title>
	<link rel="self" type="application/atom+xml" href="https://wiki1.tamilar.wiki/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ADistinguish"/>
	<link rel="alternate" type="text/html" href="https://wiki1.tamilar.wiki/w/index.php?title=Module:Distinguish&amp;action=history"/>
	<updated>2026-06-02T05:29:57Z</updated>
	<subtitle>விக்கியில் இப்பக்கத்துக்கான திருத்த வரலாறு</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki1.tamilar.wiki/w/index.php?title=Module:Distinguish&amp;diff=89081&amp;oldid=prev</id>
		<title>imported&gt;Sukanthi: &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:...&quot;-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது</title>
		<link rel="alternate" type="text/html" href="https://wiki1.tamilar.wiki/w/index.php?title=Module:Distinguish&amp;diff=89081&amp;oldid=prev"/>
		<updated>2024-01-22T09:47:07Z</updated>

		<summary type="html">&lt;p&gt;&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:...&amp;quot;-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ta&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← பழைய திருத்தம்&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;09:47, 22 சனவரி 2024 இல் நிலவும் திருத்தம்&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ta&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(வேறுபாடு ஏதுமில்லை)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>imported&gt;Sukanthi</name></author>
	</entry>
	<entry>
		<id>https://wiki1.tamilar.wiki/w/index.php?title=Module:Distinguish&amp;diff=232248&amp;oldid=prev</id>
		<title>imported&gt;Gowtham Sampath: Kanagsஆல் செய்யப்பட்ட கடைசித் தொகுப்புக்கு முன்நிலையாக்கப்பட்டது</title>
		<link rel="alternate" type="text/html" href="https://wiki1.tamilar.wiki/w/index.php?title=Module:Distinguish&amp;diff=232248&amp;oldid=prev"/>
		<updated>2020-12-17T13:31:37Z</updated>

		<summary type="html">&lt;p&gt;Kanagsஆல் செய்யப்பட்ட கடைசித் தொகுப்புக்கு முன்நிலையாக்கப்பட்டது&lt;/p&gt;
&lt;p&gt;&lt;b&gt;புதிய பக்கம்&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;%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>imported&gt;Gowtham Sampath</name></author>
	</entry>
</feed>