All public logs
Combined display of all available logs of JoJo's Bizarre Encyclopedia - JoJo Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:21, 2 May 2023 Vish talk contribs created page Module:InterviewNavigation (Created page with "local p = {} function compare_dates(a, b) local date1 = os.time{year = a.year, month = a.month, day = a.day or 1} local date2 = os.time{year = b.year, month = b.month, day = b.day or 1} return date1 < date2 end function parse_date(date_str) local month_name, day, year = date_str:match('(%a+)%s*(%d*)%s*,%s*(%d+)') local months = { January = 1, February = 2, March = 3, April = 4, May = 5, June = 6, July = 7, August = 8, September = 9,...")