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
  • 00:25, 15 May 2024 Morganstedmanms talk contribs created page Module:Tracklist (Created page with "local p = {} -- Function to parse track lengths in the format "mm:ss" and return total seconds local function parseTrackLength(length) local parts = mw.text.split(length, ":") local minutes = tonumber(parts[1]) or 0 local seconds = tonumber(parts[2]) or 0 return minutes * 60 + seconds end -- Function to format seconds into "mm:ss" format local function formatTime(seconds) local minutes = math.floor(seconds / 60) local remainingSeconds = seconds...")