<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pawborough.wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AWeather</id>
	<title>Module:Weather - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pawborough.wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AWeather"/>
	<link rel="alternate" type="text/html" href="https://pawborough.wiki/index.php?title=Module:Weather&amp;action=history"/>
	<updated>2026-06-13T12:59:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://pawborough.wiki/index.php?title=Module:Weather&amp;diff=1469&amp;oldid=prev</id>
		<title>Imiya: Created page with &quot;local p = {}  function p.getWeather(weather) local switch = {        [&quot;Sunny&quot;]        = &quot;File:SunnyIcon.png&quot;,   --         [&quot;PartlyCloudy&quot;]           = &quot;File:PartlyCloudyIcon.png&quot;,   --         [&quot;Snowy&quot;] = &quot;File:SnowyIcon.png&quot;,  --         [&quot;Cloudy&quot;]     = &quot;File:CloudyIcon.png&quot;,  --         [&quot;Rainy&quot;]     = &quot;File:RainyIcon.png&quot;, --     }    return switch[weather] end  -- Main function that calls getTheme with a passed-in theme argument function p.main(...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pawborough.wiki/index.php?title=Module:Weather&amp;diff=1469&amp;oldid=prev"/>
		<updated>2023-09-29T21:19:12Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p.getWeather(weather) local switch = {        [&amp;quot;Sunny&amp;quot;]        = &amp;quot;&lt;a href=&quot;/index.php?title=File:SunnyIcon.png&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;File:SunnyIcon.png (page does not exist)&quot;&gt;File:SunnyIcon.png&lt;/a&gt;&amp;quot;,   --         [&amp;quot;PartlyCloudy&amp;quot;]           = &amp;quot;&lt;a href=&quot;/wiki/File:PartlyCloudyIcon.png&quot; title=&quot;File:PartlyCloudyIcon.png&quot;&gt;File:PartlyCloudyIcon.png&lt;/a&gt;&amp;quot;,   --         [&amp;quot;Snowy&amp;quot;] = &amp;quot;&lt;a href=&quot;/wiki/File:SnowyIcon.png&quot; title=&quot;File:SnowyIcon.png&quot;&gt;File:SnowyIcon.png&lt;/a&gt;&amp;quot;,  --         [&amp;quot;Cloudy&amp;quot;]     = &amp;quot;&lt;a href=&quot;/wiki/File:CloudyIcon.png&quot; title=&quot;File:CloudyIcon.png&quot;&gt;File:CloudyIcon.png&lt;/a&gt;&amp;quot;,  --         [&amp;quot;Rainy&amp;quot;]     = &amp;quot;&lt;a href=&quot;/wiki/File:RainyIcon.png&quot; title=&quot;File:RainyIcon.png&quot;&gt;File:RainyIcon.png&lt;/a&gt;&amp;quot;, --     }    return switch[weather] end  -- Main function that calls getTheme with a passed-in theme argument function p.main(...&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;
&lt;br /&gt;
function p.getWeather(weather)&lt;br /&gt;
local switch = {&lt;br /&gt;
       [&amp;quot;Sunny&amp;quot;]        = &amp;quot;[[File:SunnyIcon.png]]&amp;quot;,   -- &lt;br /&gt;
       [&amp;quot;PartlyCloudy&amp;quot;]           = &amp;quot;[[File:PartlyCloudyIcon.png]]&amp;quot;,   -- &lt;br /&gt;
       [&amp;quot;Snowy&amp;quot;] = &amp;quot;[[File:SnowyIcon.png]]&amp;quot;,  -- &lt;br /&gt;
       [&amp;quot;Cloudy&amp;quot;]     = &amp;quot;[[File:CloudyIcon.png]]&amp;quot;,  -- &lt;br /&gt;
       [&amp;quot;Rainy&amp;quot;]     = &amp;quot;[[File:RainyIcon.png]]&amp;quot;, -- &lt;br /&gt;
   }&lt;br /&gt;
   return switch[weather]&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
-- Main function that calls getTheme with a passed-in theme argument&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    -- The theme parameter is first positional, or nil if unspecified.&lt;br /&gt;
    local weather = frame:getParent().args[1]&lt;br /&gt;
    return p.getWeather(weather)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Imiya</name></author>
	</entry>
</feed>