All public logs
From Paw Borough Wiki
Combined display of all available logs of Paw Borough Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:19, 29 September 2023 Imiya talk contribs created page Module:Weather (Created page with "local p = {} function p.getWeather(weather) local switch = { ["Sunny"] = "File:SunnyIcon.png", -- ["PartlyCloudy"] = "File:PartlyCloudyIcon.png", -- ["Snowy"] = "File:SnowyIcon.png", -- ["Cloudy"] = "File:CloudyIcon.png", -- ["Rainy"] = "File:RainyIcon.png", -- } return switch[weather] end -- Main function that calls getTheme with a passed-in theme argument function p.main(...")