More actions
Combined display of all available logs of Trackmania Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:24, 14 August 2025 Skycrafter talk contribs created page Module:TrackInfobox (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...")