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).
- 08:02, 27 August 2025 Hopperelec talk contribs created page Module:MetroStationInfobox (Created page with "local p = {} local LENGTH_555 = 59.9 local LENGTH_METROCAR = 55.6 function smwAnnotatePlatform(platform) return '[[Has platform::' .. (platform.num or '') .. ';' .. (platform.route or '') .. ';' .. (platform.len and (platform.len .. ' m') or '') .. '|' .. platform.display .. ']]' end function p.main(frame) local args = frame:getParent().args -- Aliases args['Nexus code'] = args['Nexus code'] or args['Code'] args['Coordinates'] = args['Coordinates'] or a...")