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:52, 25 February 2024 Paisley Park talk contribs created page Module:ReceptionTable (Created page with "local p = {} -- Function to create the header of the table function p.header(frame) local header = '{| class="wikitable"\n! Volume\n! Date\n! Copies Sold\n! Rank\n' return header end -- Function to create a row in the table function p.row(frame) local volume = frame.args.volume or '' local date = frame.args.date or '' local copiesSold = frame.args.copiesSold or '' local rank = frame.args.rank or '' -- The actual calculation for rowspan...")