<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://eurovision.jobogamer.xyz/index.php?action=history&amp;feed=atom&amp;title=Module%3AAfCResubmissions</id>
	<title>Module:AfCResubmissions - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://eurovision.jobogamer.xyz/index.php?action=history&amp;feed=atom&amp;title=Module%3AAfCResubmissions"/>
	<link rel="alternate" type="text/html" href="https://eurovision.jobogamer.xyz/index.php?title=Module:AfCResubmissions&amp;action=history"/>
	<updated>2026-06-11T01:53:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://eurovision.jobogamer.xyz/index.php?title=Module:AfCResubmissions&amp;diff=5141&amp;oldid=prev</id>
		<title>Alfie: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://eurovision.jobogamer.xyz/index.php?title=Module:AfCResubmissions&amp;diff=5141&amp;oldid=prev"/>
		<updated>2026-03-20T10:05:15Z</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;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 06:05, 20 March 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>Alfie</name></author>
	</entry>
	<entry>
		<id>https://eurovision.jobogamer.xyz/index.php?title=Module:AfCResubmissions&amp;diff=5140&amp;oldid=prev</id>
		<title>en&gt;MolecularPilot: Fix</title>
		<link rel="alternate" type="text/html" href="https://eurovision.jobogamer.xyz/index.php?title=Module:AfCResubmissions&amp;diff=5140&amp;oldid=prev"/>
		<updated>2025-01-01T02:30:14Z</updated>

		<summary type="html">&lt;p&gt;Fix&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- Generate a wikitext list of AfC submissions that have been resubmitted after a decline with no other edits.&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.listPages(frame)&lt;br /&gt;
    -- Load the raw JSON data from the specified page&lt;br /&gt;
    local title = mw.title.new(&amp;#039;User:MolecularBot/AfCResubmissions.json&amp;#039;)&lt;br /&gt;
    local page = title and title:getContent()&lt;br /&gt;
&lt;br /&gt;
    -- Check if the content was fetched correctly&lt;br /&gt;
    if not page or page == &amp;quot;&amp;quot; then&lt;br /&gt;
        return &amp;quot;Error: Could not load the content from the specified page.&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Try to parse the JSON data&lt;br /&gt;
    local data, err = mw.text.jsonDecode(page)&lt;br /&gt;
&lt;br /&gt;
    -- Check if the data was parsed correctly&lt;br /&gt;
    if not data or type(data) ~= &amp;quot;table&amp;quot; then&lt;br /&gt;
        return &amp;quot;Error: Could not parse the JSON data. &amp;quot; .. (err or &amp;quot;Unknown error&amp;quot;)&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Initialize the output table to hold the wikitext for the dot-point list&lt;br /&gt;
    local output = {}&lt;br /&gt;
&lt;br /&gt;
    -- Iterate through the JSON array and add each page name to the dot-point list&lt;br /&gt;
    for _, pageName in ipairs(data) do&lt;br /&gt;
        table.insert(output, &amp;#039;* [[&amp;#039; .. pageName .. &amp;#039;]]&amp;#039;)&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Return the dot-point list as a string&lt;br /&gt;
    return table.concat(output, &amp;quot;\n&amp;quot;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>en&gt;MolecularPilot</name></author>
	</entry>
</feed>