Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:TrackInfobox: Revision history

From Trackmania Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 August 2025

  • curprev 13:1913:19, 14 August 2025Skycrafter talk contribs 1,515 bytes +586 Fixed format undo
  • curprev 12:5112:51, 14 August 2025Skycrafter talk contribs 929 bytes +83 No edit summary undo
  • curprev 12:2412:24, 14 August 2025Skycrafter talk contribs 846 bytes +846 Created page with "-- Module:TrackInfobox local p = {} local function safe(s) if not s then return '' end return mw.html.escape(tostring(s)) end function p.formatWR(frame) -- args: time_ms, player, fallback local time_ms = frame.args[1] or '' local player = frame.args[2] or '' local fallback = frame.args[3] or '' if time_ms == '' or time_ms == nil then if fallback ~= '' then return fallback end return 'Unknown' end local ms = tonumber(time_ms) if not ms then..."