All public logs

Jump to navigation Jump to search

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).

Logs
  • 09:51, 6 May 2023 Vish talk contribs created page Module:InterviewUtils (Created page with "local p = {} function p.parse(dateString) local year, month, day local yearOnlyPattern = '^(%d%d%d%d)$' local monthYearPattern = '^(%a+)%s(%d%d%d%d)$' local fullDatePattern = '^(%a+)%s(%d+),%s(%d%d%d%d)$' year = dateString:match(yearOnlyPattern) if not year then month, year = dateString:match(monthYearPattern) if not year then month, day, year = dateString:match(fullDatePattern) end end...")