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
  • 02:12, 7 May 2023 Vish talk contribs created page Module:InterviewArchive (Created page with "local p = {} local dateParser = require('Module:DateParser') local json = require('mw.loadData')('JoJo Wiki:Interviews') function p.generateArchive(frame) local content = json.interviews local output = {} for _, interview in ipairs(content) do local template = frame:expandTemplate{title = 'Interview', args = {interview.title, interview.shortName}} table.insert(output, template) end return table.concat(output, '\n') end return p")