<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.vigyanwiki.in/index.php?action=history&amp;feed=atom&amp;title=Module%3AFlag</id>
	<title>Module:Flag - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.vigyanwiki.in/index.php?action=history&amp;feed=atom&amp;title=Module%3AFlag"/>
	<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Module:Flag&amp;action=history"/>
	<updated>2026-05-03T03:10:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://www.vigyanwiki.in/index.php?title=Module:Flag&amp;diff=63433&amp;oldid=prev</id>
		<title>Indicwiki: 1 revision imported from :alpha:Module:Flag</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Module:Flag&amp;diff=63433&amp;oldid=prev"/>
		<updated>2023-01-12T05:51:27Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported from &lt;a href=&quot;https://alpha.indicwiki.in/index.php?title=Module:Flag&quot; class=&quot;extiw&quot; title=&quot;alpha:Module:Flag&quot;&gt;alpha:Module:Flag&lt;/a&gt;&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;en-GB&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 11:21, 12 January 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Indicwiki</name></author>
	</entry>
	<entry>
		<id>https://www.vigyanwiki.in/index.php?title=Module:Flag&amp;diff=63432&amp;oldid=prev</id>
		<title>alpha&gt;Sandeep: Created page with &quot;local p = {}  function p._main(frame, name, mode, check) 	local categories = { 		Flagicon = 'Category:Flagicons with missing country data templates', 		Flagdeco = '[[Categ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Module:Flag&amp;diff=63432&amp;oldid=prev"/>
		<updated>2023-01-06T10:04:56Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p._main(frame, name, mode, check) 	local categories = { 		Flagicon = &amp;#039;&lt;a href=&quot;/index.php?title=Category:Flagicons_with_missing_country_data_templates&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:Flagicons with missing country data templates (page does not exist)&quot;&gt;Category:Flagicons with missing country data templates&lt;/a&gt;&amp;#039;, 		Flagdeco = &amp;#039;[[Categ...&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, name, mode, check)&lt;br /&gt;
	local categories = {&lt;br /&gt;
		Flagicon = '[[Category:Flagicons with missing country data templates]]',&lt;br /&gt;
		Flagdeco = '[[Category:Flagdeco with missing country data templates]]',&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	local args={}&lt;br /&gt;
	&lt;br /&gt;
	if require('Module:Yesno')(frame.args['getParent']) then&lt;br /&gt;
		for k,v in pairs(frame:getParent().args) do&lt;br /&gt;
			if (v or '') ~= '' then&lt;br /&gt;
				args[k] = v&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	for k,v in pairs(frame.args) do&lt;br /&gt;
		if (v or '') ~= '' then&lt;br /&gt;
			args[k] = v&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	if name == 'Flag+link' then&lt;br /&gt;
		args['pref'] = args[1]&lt;br /&gt;
	else&lt;br /&gt;
		args['variant'] = args[2] or args['variant']&lt;br /&gt;
		args[2] = args[1]&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	args[1] = mode .. (args['opts'] and args['opts'] or '')&lt;br /&gt;
	args['missingcategory'] = categories[name] or ''&lt;br /&gt;
	args['noredlink'] = args['noredlink'] or 'no'&lt;br /&gt;
		&lt;br /&gt;
	if require('Module:Yesno')(args['placeholder']) ~= true then&lt;br /&gt;
		args[1] = args[1] .. 'o'&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	if check then&lt;br /&gt;
		local opts = {&lt;br /&gt;
		unknown=frame:expandTemplate{ title = 'main other', args = { '[[Category:Pages using ' .. mw.ustring.lower(name) .. ' template with unknown parameters|_VALUE_' .. frame:getParent():getTitle() .. ']]' } },&lt;br /&gt;
		preview='Page using [[Template:' .. name .. ']] with unknown parameter &amp;quot;_VALUE_&amp;quot;',&lt;br /&gt;
		ignoreblank='y',&lt;br /&gt;
		[1] = '1',&lt;br /&gt;
		[2] = '2',&lt;br /&gt;
		[3] = 'variant',&lt;br /&gt;
		[4] = 'image',&lt;br /&gt;
		[5] = 'size',&lt;br /&gt;
		[6] = 'sz',&lt;br /&gt;
		[7] = 'border',&lt;br /&gt;
		[8] = 'align',&lt;br /&gt;
		[9] = 'al',&lt;br /&gt;
		[10]= 'width',&lt;br /&gt;
		[11]= 'w',&lt;br /&gt;
		[12]= 'alt',&lt;br /&gt;
		[13]= 'ilink',&lt;br /&gt;
		[14]= 'noredlink',&lt;br /&gt;
		[15]= 'missingcategory',&lt;br /&gt;
		[16]= 'name',&lt;br /&gt;
		[17]= 'clink',&lt;br /&gt;
		[18]= 'link',&lt;br /&gt;
		[19]= 'pref',&lt;br /&gt;
		[20]= 'suff',&lt;br /&gt;
		[21]= 'plink',&lt;br /&gt;
		[22]= 'the',&lt;br /&gt;
		[23]= 'section',&lt;br /&gt;
		[24]= 'altvar',&lt;br /&gt;
		[25]= 'avar',&lt;br /&gt;
		[26]= 'age',&lt;br /&gt;
		[27]= 'nalign',&lt;br /&gt;
		[28]= 'nal',&lt;br /&gt;
		[29]= 'text',&lt;br /&gt;
		[30]= 'nodata',&lt;br /&gt;
		[31]= 'opts',&lt;br /&gt;
		[32]= 'placeholder',&lt;br /&gt;
		[33]= 'getParent'&lt;br /&gt;
		}&lt;br /&gt;
	&lt;br /&gt;
		check = require('Module:Check for unknown parameters')._check(opts,args)&lt;br /&gt;
	else&lt;br /&gt;
		check = ''&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return require('Module:Flagg').luaMain(frame,args)..check&lt;br /&gt;
end&lt;br /&gt;
	&lt;br /&gt;
function p.main(frame) return p._main(frame,     'Flag',        'uncb',  false) end&lt;br /&gt;
p['flag'] = p.main&lt;br /&gt;
function p.deco(frame) return p._main(frame,     'Flagdeco',    'uxx',   false) end&lt;br /&gt;
p['flagdeco'] = p.deco&lt;br /&gt;
function p.icon(frame) return p._main(frame,     'Flagicon',    'cxxl',  true ) end&lt;br /&gt;
p['flagicon'] = p.icon&lt;br /&gt;
function p.pluslink(frame) return p._main(frame, 'Flag+link',   'unpof', false ) end&lt;br /&gt;
p['+link'] = p.pluslink&lt;br /&gt;
p['flag+link'] = p.pluslink&lt;br /&gt;
function p.country(frame) return p._main(frame,  'Flagcountry', 'unce',  false ) end&lt;br /&gt;
p['flagcountry'] = p.country&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>alpha&gt;Sandeep</name></author>
	</entry>
</feed>