<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.victorybelleswiki.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AQueryNationSummary</id>
	<title>Module:QueryNationSummary - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.victorybelleswiki.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AQueryNationSummary"/>
	<link rel="alternate" type="text/html" href="http://www.victorybelleswiki.com/index.php?title=Module:QueryNationSummary&amp;action=history"/>
	<updated>2026-04-20T04:09:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>http://www.victorybelleswiki.com/index.php?title=Module:QueryNationSummary&amp;diff=50246&amp;oldid=prev</id>
		<title>WikiAdmin: Created page with &quot;local p = {} local cargo = mw.ext.cargo  function p.main ( frame )     local tables = &quot;JOINNation&quot;     local fields = &quot;TXT_IngameNationDescription&quot;      local cargoArgs = {         where = &quot;JOINNation.TXT_ShortName = '&quot; .. frame.args.nation .. &quot;'&quot;, 		default ='Description not defined', 		limit = 1     }     local results = cargo.query( tables, fields, cargoArgs )     for r = 1, #results do         local result = results[r]         if result == nil then         	return 'E...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.victorybelleswiki.com/index.php?title=Module:QueryNationSummary&amp;diff=50246&amp;oldid=prev"/>
		<updated>2023-06-28T02:43:29Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {} local cargo = mw.ext.cargo  function p.main ( frame )     local tables = &amp;quot;JOINNation&amp;quot;     local fields = &amp;quot;TXT_IngameNationDescription&amp;quot;      local cargoArgs = {         where = &amp;quot;JOINNation.TXT_ShortName = &amp;#039;&amp;quot; .. frame.args.nation .. &amp;quot;&amp;#039;&amp;quot;, 		default =&amp;#039;Description not defined&amp;#039;, 		limit = 1     }     local results = cargo.query( tables, fields, cargoArgs )     for r = 1, #results do         local result = results[r]         if result == nil then         	return &amp;#039;E...&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;
local cargo = mw.ext.cargo&lt;br /&gt;
&lt;br /&gt;
function p.main ( frame )&lt;br /&gt;
    local tables = &amp;quot;JOINNation&amp;quot;&lt;br /&gt;
    local fields = &amp;quot;TXT_IngameNationDescription&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    local cargoArgs = {&lt;br /&gt;
        where = &amp;quot;JOINNation.TXT_ShortName = '&amp;quot; .. frame.args.nation .. &amp;quot;'&amp;quot;,&lt;br /&gt;
		default ='Description not defined',&lt;br /&gt;
		limit = 1&lt;br /&gt;
    }&lt;br /&gt;
    local results = cargo.query( tables, fields, cargoArgs )&lt;br /&gt;
    for r = 1, #results do&lt;br /&gt;
        local result = results[r]&lt;br /&gt;
        if result == nil then&lt;br /&gt;
        	return 'Empty Cargo...'&lt;br /&gt;
    	else &lt;br /&gt;
        	return result.TXT_IngameNationDescription&lt;br /&gt;
    	end&lt;br /&gt;
    end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
</feed>