Main public logs
From Tyne and Wear Metro wiki
Combined display of all available logs of Tyne and Wear Metro wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:44, 25 August 2025 Hopperelec talk contribs created page Module:MetroStationInfobox (Created page with "local p = {} -- Helper function to get trimmed args, handling multiple names (aliases) local function getArg(frame, names) if type(names) == 'string' then names = { names } end for _, name in ipairs(names) do local arg = frame.args[name] if arg and mw.text.trim(arg) ~= '' then return mw.text.trim(arg) end end return nil end -- Parses a single platform string like '1,1,50' local function parsePlatform(platf...")