<?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%3AQueryMapSummary</id>
	<title>Module:QueryMapSummary - 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%3AQueryMapSummary"/>
	<link rel="alternate" type="text/html" href="http://www.victorybelleswiki.com/index.php?title=Module:QueryMapSummary&amp;action=history"/>
	<updated>2026-04-20T18:58:46Z</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:QueryMapSummary&amp;diff=48758&amp;oldid=prev</id>
		<title>WikiAdmin: Protected &quot;Module:QueryMapSummary&quot;: Prevent editing of templates ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))</title>
		<link rel="alternate" type="text/html" href="http://www.victorybelleswiki.com/index.php?title=Module:QueryMapSummary&amp;diff=48758&amp;oldid=prev"/>
		<updated>2023-06-03T21:47:03Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/index.php/Module:QueryMapSummary&quot; title=&quot;Module:QueryMapSummary&quot;&gt;Module:QueryMapSummary&lt;/a&gt;&amp;quot;: Prevent editing of templates ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&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 17:47, 3 June 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key victor49_mw19222-mwofb3_:diff::1.12:old-48750:rev-48758 --&gt;
&lt;/table&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>http://www.victorybelleswiki.com/index.php?title=Module:QueryMapSummary&amp;diff=48750&amp;oldid=prev</id>
		<title>WikiAdmin: Created page with &quot;local p = {} local cargo = mw.ext.cargo  function p.main ( frame )     local tables = &quot;MAINMap&quot;     local fields = &quot;TXT_MapDescription&quot;      local cargoArgs = {         where = &quot;MAINMap.TXT_MapName = '&quot; .. frame.args.map .. &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 'Empty Cargo...'...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.victorybelleswiki.com/index.php?title=Module:QueryMapSummary&amp;diff=48750&amp;oldid=prev"/>
		<updated>2023-06-03T21:34:03Z</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;MAINMap&amp;quot;     local fields = &amp;quot;TXT_MapDescription&amp;quot;      local cargoArgs = {         where = &amp;quot;MAINMap.TXT_MapName = &amp;#039;&amp;quot; .. frame.args.map .. &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;Empty Cargo...&amp;#039;...&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;MAINMap&amp;quot;&lt;br /&gt;
    local fields = &amp;quot;TXT_MapDescription&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    local cargoArgs = {&lt;br /&gt;
        where = &amp;quot;MAINMap.TXT_MapName = '&amp;quot; .. frame.args.map .. &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_MapDescription&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>