All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Errapedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:22, 8 February 2023 LunarEcklipse talk contribs created page Module:ErraCalendar (Created page with "local p = {} local h = {} MonthTable = {"Een", "Kar", "Mir", "Rort", "Kir", "Sur", "Ith", "Trint", "Sorth"} function p.GetMonthFromInt( frame ) return MonthTable[frame.args[1]] end")