<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://nssportwiki.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AAligned_dates_list</id>
	<title>Module:Aligned dates list - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nssportwiki.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AAligned_dates_list"/>
	<link rel="alternate" type="text/html" href="https://nssportwiki.com/index.php?title=Module:Aligned_dates_list&amp;action=history"/>
	<updated>2026-05-16T05:59:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://nssportwiki.com/index.php?title=Module:Aligned_dates_list&amp;diff=61576&amp;oldid=prev</id>
		<title>Osarius: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://nssportwiki.com/index.php?title=Module:Aligned_dates_list&amp;diff=61576&amp;oldid=prev"/>
		<updated>2023-11-13T18:05:23Z</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-GB&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 18:05, 13 November 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&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>Osarius</name></author>
	</entry>
	<entry>
		<id>https://nssportwiki.com/index.php?title=Module:Aligned_dates_list&amp;diff=61575&amp;oldid=prev</id>
		<title>wikipedia&gt;Jay D. Easy: rm hyphenated params since it looks like these won&#039;t be used anyways</title>
		<link rel="alternate" type="text/html" href="https://nssportwiki.com/index.php?title=Module:Aligned_dates_list&amp;diff=61575&amp;oldid=prev"/>
		<updated>2023-04-24T10:04:37Z</updated>

		<summary type="html">&lt;p&gt;rm hyphenated params since it looks like these won&amp;#039;t be used anyways&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;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    local output = {}&lt;br /&gt;
    local monthNames = {&amp;quot;Jan&amp;quot;, &amp;quot;Feb&amp;quot;, &amp;quot;Mar&amp;quot;, &amp;quot;Apr&amp;quot;, &amp;quot;May&amp;quot;, &amp;quot;Jun&amp;quot;, &amp;quot;Jul&amp;quot;, &amp;quot;Aug&amp;quot;, &amp;quot;Sep&amp;quot;, &amp;quot;Oct&amp;quot;, &amp;quot;Nov&amp;quot;, &amp;quot;Dec&amp;quot;}&lt;br /&gt;
    local daysInMonth = {31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}&lt;br /&gt;
&lt;br /&gt;
    local function generateSuffixes()&lt;br /&gt;
        local suffixes = {&amp;quot;&amp;quot;}&lt;br /&gt;
        for char = string.byte(&amp;quot;b&amp;quot;), string.byte(&amp;quot;z&amp;quot;) do&lt;br /&gt;
            table.insert(suffixes, string.char(char))&lt;br /&gt;
        end&lt;br /&gt;
        return suffixes&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local suffixes = generateSuffixes()&lt;br /&gt;
&lt;br /&gt;
    for month = 1, 12 do&lt;br /&gt;
        local monthName = monthNames[month]&lt;br /&gt;
        local days = daysInMonth[month]&lt;br /&gt;
&lt;br /&gt;
        for day = 1, days do&lt;br /&gt;
            for _, suffix in ipairs(suffixes) do&lt;br /&gt;
                local key1 = string.format(&amp;quot;%02d-%02d%s&amp;quot;, month, day, suffix)&lt;br /&gt;
                local key2 = string.format(&amp;quot;%s %02d%s&amp;quot;, string.sub(monthName, 1, 3), day, suffix)&lt;br /&gt;
                local key3 = string.format(&amp;quot;%s %02d%s&amp;quot;, string.lower(string.sub(monthName, 1, 3)), day, suffix)&lt;br /&gt;
                local value = frame:getParent().args[key1] or frame:getParent().args[key2] or frame:getParent().args[key3]&lt;br /&gt;
&lt;br /&gt;
                if value then&lt;br /&gt;
                    table.insert(output, string.format(&amp;#039;&amp;lt;div&amp;gt;&amp;lt;div style=&amp;quot;width:4em;display:inline-block;&amp;quot;&amp;gt;%s %d&amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;display:inline-block;&amp;quot;&amp;gt;%s&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;#039;, monthName, day, value))&lt;br /&gt;
                end&lt;br /&gt;
            end&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    return table.concat(output)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Jay D. Easy</name></author>
	</entry>
</feed>