<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.projectbasis.world/index.php?action=history&amp;feed=atom&amp;title=Module%3AFlag_list</id>
	<title>Module:Flag list - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.projectbasis.world/index.php?action=history&amp;feed=atom&amp;title=Module%3AFlag_list"/>
	<link rel="alternate" type="text/html" href="https://wiki.projectbasis.world/index.php?title=Module:Flag_list&amp;action=history"/>
	<updated>2026-07-22T04:13:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.projectbasis.world/index.php?title=Module:Flag_list&amp;diff=3613&amp;oldid=prev</id>
		<title>WillSysAd: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.projectbasis.world/index.php?title=Module:Flag_list&amp;diff=3613&amp;oldid=prev"/>
		<updated>2026-07-19T13:27:41Z</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-interface=&quot;&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&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 13:27, 19 July 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&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;/table&gt;</summary>
		<author><name>WillSysAd</name></author>
	</entry>
	<entry>
		<id>https://wiki.projectbasis.world/index.php?title=Module:Flag_list&amp;diff=3612&amp;oldid=prev</id>
		<title>wikipedia&gt;Ahecht: Ahecht moved page Module:Flaglist to Module:Flag list:  expand module name per WP:TPN</title>
		<link rel="alternate" type="text/html" href="https://wiki.projectbasis.world/index.php?title=Module:Flag_list&amp;diff=3612&amp;oldid=prev"/>
		<updated>2025-11-03T22:08:56Z</updated>

		<summary type="html">&lt;p&gt;Ahecht moved page &lt;a href=&quot;/view/Module:Flaglist&quot; class=&quot;mw-redirect&quot; title=&quot;Module:Flaglist&quot;&gt;Module:Flaglist&lt;/a&gt; to &lt;a href=&quot;/view/Module:Flag_list&quot; title=&quot;Module:Flag list&quot;&gt;Module:Flag list&lt;/a&gt;:  expand module name per &lt;a href=&quot;/index.php?title=WP:TPN&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:TPN (page does not exist)&quot;&gt;WP:TPN&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- Calculates the width of the span box for [[Template:Flaglist]]&lt;br /&gt;
-- based on the specified image size&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.luawidth(size)&lt;br /&gt;
	--For use within Lua&lt;br /&gt;
	local w&lt;br /&gt;
	if string.find(size,&amp;quot;^%d+x%d+px$&amp;quot;) then -- width and height (eg. 20x10px)&lt;br /&gt;
		-- use specified width&lt;br /&gt;
		w = tonumber(string.match(size,&amp;quot;(%d+)x%d+px&amp;quot;)) + 2 -- (2px for borders)&lt;br /&gt;
	elseif string.find(size,&amp;quot;^%d+px$&amp;quot;) then -- width only (eg. 20px)&lt;br /&gt;
		-- use specified width&lt;br /&gt;
		w = tonumber(string.match(size,&amp;quot;(%d+)px&amp;quot;)) + 2&lt;br /&gt;
	elseif string.find(size,&amp;quot;^x%d+px$&amp;quot;) then -- height only (eg. x10px)&lt;br /&gt;
		-- assume a width based on the height&lt;br /&gt;
		local h = tonumber(string.match(size,&amp;quot;x(%d+)px&amp;quot;))&lt;br /&gt;
		w = h * 2.2&lt;br /&gt;
		w = math.floor(w+0.5) -- round to integer&lt;br /&gt;
	else -- empty or invalid input&lt;br /&gt;
		w = 25 -- default width for flagicons including borders&lt;br /&gt;
	end&lt;br /&gt;
	return tostring(w)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.width(frame)&lt;br /&gt;
	--For external use&lt;br /&gt;
	return p.luawidth(frame.args[1])&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Ahecht</name></author>
	</entry>
</feed>