<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ml">
	<id>https://schoolwiki.in/index.php?action=history&amp;feed=atom&amp;title=%E0%B4%98%E0%B4%9F%E0%B4%95%E0%B4%82%3AFor_nowiki</id>
	<title>ഘടകം:For nowiki - നാൾവഴി</title>
	<link rel="self" type="application/atom+xml" href="https://schoolwiki.in/index.php?action=history&amp;feed=atom&amp;title=%E0%B4%98%E0%B4%9F%E0%B4%95%E0%B4%82%3AFor_nowiki"/>
	<link rel="alternate" type="text/html" href="https://schoolwiki.in/index.php?title=%E0%B4%98%E0%B4%9F%E0%B4%95%E0%B4%82:For_nowiki&amp;action=history"/>
	<updated>2026-04-04T08:52:03Z</updated>
	<subtitle>വിക്കിയിൽ ഈ താളിന്റെ നാൾവഴി</subtitle>
	<generator>MediaWiki 1.43.4</generator>
	<entry>
		<id>https://schoolwiki.in/index.php?title=%E0%B4%98%E0%B4%9F%E0%B4%95%E0%B4%82:For_nowiki&amp;diff=1068505&amp;oldid=prev</id>
		<title>Ranjithsiji: ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു: import user link template</title>
		<link rel="alternate" type="text/html" href="https://schoolwiki.in/index.php?title=%E0%B4%98%E0%B4%9F%E0%B4%95%E0%B4%82:For_nowiki&amp;diff=1068505&amp;oldid=prev"/>
		<updated>2021-01-02T07:17:27Z</updated>

		<summary type="html">&lt;p&gt;ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു: import user link template&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ml&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;←പഴയ രൂപം&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;12:47, 2 ജനുവരി 2021-നു നിലവിലുണ്ടായിരുന്ന രൂപം&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;ml&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(വ്യത്യാസം ഇല്ല)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key schoolwiki_db-sch_:diff:1.41:old-1068504:rev-1068505 --&gt;
&lt;/table&gt;</summary>
		<author><name>Ranjithsiji</name></author>
	</entry>
	<entry>
		<id>https://schoolwiki.in/index.php?title=%E0%B4%98%E0%B4%9F%E0%B4%95%E0%B4%82:For_nowiki&amp;diff=1068504&amp;oldid=prev</id>
		<title>mlwiki&gt;Jacob.jose: :en:Module:For_nowiki എന്നതിൽ നിന്ന് 12 പതിപ്പുകൾ ഇറക്കുമതി ചെയ്തു</title>
		<link rel="alternate" type="text/html" href="https://schoolwiki.in/index.php?title=%E0%B4%98%E0%B4%9F%E0%B4%95%E0%B4%82:For_nowiki&amp;diff=1068504&amp;oldid=prev"/>
		<updated>2019-01-09T16:55:33Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php?title=En:Module:For_nowiki&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;En:Module:For nowiki (ഇതുവരെ എഴുതപ്പെട്ടിട്ടില്ല)&quot;&gt;en:Module:For_nowiki&lt;/a&gt; എന്നതിൽ നിന്ന് 12 പതിപ്പുകൾ ഇറക്കുമതി ചെയ്തു&lt;/p&gt;
&lt;p&gt;&lt;b&gt;പുതിയ താൾ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
local function doLoop(frame, args, code, sep, offset, argstosub)&lt;br /&gt;
	local result = {}&lt;br /&gt;
	code = mw.text.unstripNoWiki(code)&lt;br /&gt;
	for i, value in ipairs(args) do&lt;br /&gt;
		if i &amp;gt; offset then&lt;br /&gt;
			argstosub[&amp;quot;i&amp;quot;] = i - offset&lt;br /&gt;
			argstosub[&amp;quot;1&amp;quot;] = value&lt;br /&gt;
			local actualCode = code:gsub(&amp;quot;{{{([^{}|]*)|?[^{}]*}}}&amp;quot;, argstosub)&lt;br /&gt;
			table.insert(result, frame:preprocess(actualCode))&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	return table.concat(result, sep)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args = frame:getParent().args&lt;br /&gt;
	local sep = args[1]&lt;br /&gt;
	local code = args.code or args[2]&lt;br /&gt;
	local offset = args.code and 1 or 2&lt;br /&gt;
	local argstosub = {}&lt;br /&gt;
	for key, value in pairs(args) do&lt;br /&gt;
		if not tonumber(key) and key ~= &amp;quot;i&amp;quot; and key ~= &amp;quot;count&amp;quot; then&lt;br /&gt;
			argstosub[key] = value&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	local countArg = args.count and tonumber(args.count);&lt;br /&gt;
	if countArg then&lt;br /&gt;
		offset = 0&lt;br /&gt;
		args = {}&lt;br /&gt;
		for i = 1, countArg do&lt;br /&gt;
		   args[i] = i&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	return doLoop(frame, args, code, sep, offset, argstosub)&lt;br /&gt;
end&lt;br /&gt;
function p.template(frame) &lt;br /&gt;
	local sep = frame.args[1]&lt;br /&gt;
	local code = frame.args[2] or frame.args.code&lt;br /&gt;
	local offset = tonumber(frame.args.offset) or 0&lt;br /&gt;
	return doLoop(frame:getParent(), frame:getParent().args, code, sep, offset, {})&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>mlwiki&gt;Jacob.jose</name></author>
	</entry>
</feed>