<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.osolia.xyz/index.php?action=history&amp;feed=atom&amp;title=Module%3ACountry2nationality</id>
	<title>Module:Country2nationality - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.osolia.xyz/index.php?action=history&amp;feed=atom&amp;title=Module%3ACountry2nationality"/>
	<link rel="alternate" type="text/html" href="https://wiki.osolia.xyz/index.php?title=Module:Country2nationality&amp;action=history"/>
	<updated>2026-04-16T11:01:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.osolia.xyz/index.php?title=Module:Country2nationality&amp;diff=1763&amp;oldid=prev</id>
		<title>TheRandomMelon: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.osolia.xyz/index.php?title=Module:Country2nationality&amp;diff=1763&amp;oldid=prev"/>
		<updated>2024-12-05T18:31:22Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&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;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 18:31, 5 December 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key mediawiki-mediawiki-:diff:1.41:old-1762:rev-1763 --&gt;
&lt;/table&gt;</summary>
		<author><name>TheRandomMelon</name></author>
	</entry>
	<entry>
		<id>https://wiki.osolia.xyz/index.php?title=Module:Country2nationality&amp;diff=1762&amp;oldid=prev</id>
		<title>Wikipedia&gt;MusikBot II: Protected &quot;Module:Country2nationality&quot;: High-risk template or module: 40330 transclusions (more info) ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://wiki.osolia.xyz/index.php?title=Module:Country2nationality&amp;diff=1762&amp;oldid=prev"/>
		<updated>2024-08-16T18:00:14Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wiki/Module:Country2nationality&quot; title=&quot;Module:Country2nationality&quot;&gt;Module:Country2nationality&lt;/a&gt;&amp;quot;: &lt;a href=&quot;https://en.wikipedia.org/wiki/High-risk_templates&quot; class=&quot;extiw&quot; title=&quot;wikipedia:High-risk templates&quot;&gt;High-risk template or module&lt;/a&gt;: 40330 transclusions (&lt;a href=&quot;/index.php?title=User:MusikBot_II/TemplateProtector&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:MusikBot II/TemplateProtector (page does not exist)&quot;&gt;more info&lt;/a&gt;) ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))&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;
local data = {&lt;br /&gt;
	catalonia = &amp;quot;Catalan&amp;quot;,&lt;br /&gt;
	[&amp;#039;guinea-bissau&amp;#039;] = &amp;quot;Bissau-Guinean&amp;quot;,&lt;br /&gt;
	kosovo = &amp;quot;Kosovan&amp;quot;,&lt;br /&gt;
	[&amp;#039;timor-leste&amp;#039;] = &amp;quot;East Timorese&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function p.c2n(country)&lt;br /&gt;
	country = mw.ustring.gsub( mw.text.trim(country), &amp;quot;^St. &amp;quot;, &amp;quot;Saint &amp;quot; )&lt;br /&gt;
	local iso = require(&amp;quot;Module:ISO 3166&amp;quot;).code({country})&lt;br /&gt;
	if #iso == 2 or #iso == 6 then&lt;br /&gt;
		return require(&amp;quot;Module:Iso2nationality&amp;quot;).i2n(iso)&lt;br /&gt;
	elseif data[mw.ustring.lower(country)] then&lt;br /&gt;
		return data[mw.ustring.lower(country)]&lt;br /&gt;
	end&lt;br /&gt;
	return country&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
p[&amp;#039;&amp;#039;] = function (frame) return p.c2n(frame.args[1]) end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;MusikBot II</name></author>
	</entry>
</feed>