Module:Adjacent stations/RTA Rapid Transit
MyWikiBiz, Author Your Legacy — Friday November 15, 2024
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:43, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/RTA Rapid Transit)
Template:Adjacent stations doc
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local blue = "%1 station (GCRTA Blue Line)" local blue_green = "%1 station (GCRTA Blue and Green Lines)" local gcrta = "%1 station (GCRTA)" local green = "%1 station (GCRTA Green Line)" local red = "%1 station (GCRTA Red Line)" local p = { ["lang"] = "en-US", ["system title"] = "[[RTA Rapid Transit|Rapid Transit]]", ["system icon"] = "[[File:GCRTA wordmark logo.svg|22px|link=RTA Rapid Transit]]", ["header background color"] = "1a358a", ["station format"] = { "%1 station", ["Airport"] = gcrta, ["Amtrak"] = "Cleveland Lakefront Station", ["Ashby"] = gcrta, ["Attleboro"] = gcrta, ["Avalon"] = gcrta, ["Coventry"] = gcrta, ["East 79th"] = { ["Blue"] = blue_green, ["Green"] = blue_green, ["Red"] = red, }, ["Kenmore"] = gcrta, ["Louis Stokes–Windermere"] = "Louis Stokes Station at Windermere", ["Southington"] = { ["Blue"] = blue, ["Green"] = green, }, ["South Park"] = gcrta, ["West 3rd–Stadium"] = "West 3rd station", }, ["lines"] = { ["Blue"] = { ["title"] = "[[Blue Line (RTA Rapid Transit)|Blue Line]]", ["color"] = "0067D6", ["left terminus"] = "Tower City", ["right terminus"] = "Warrensville–Van Aken", }, ["Cleveland State"] = { ["title"] = "[[RTA Rapid Transit#Cleveland State Line|Cleveland State Line]]", ["color"] = "006341", }, ["Green"] = { ["title"] = "[[Green Line (RTA Rapid Transit)|Green Line]]", ["color"] = "418941", ["left terminus"] = "Tower City", ["right terminus"] = "Green Road", }, ["HealthLine"] = { ["title"] = "[[HealthLine]]", ["color"] = "747474", ["left terminus"] = "Public Square–West Roadway", ["right terminus"] = "Louis Stokes–Windermere", }, ["MetroHealth"] = { ["title"] = "[[RTA Rapid Transit#MetroHealth Line|MetroHealth Line]]", ["color"] = "15AAA6", }, ["Red"] = { ["title"] = "[[Red Line (RTA Rapid Transit)|Red Line]]", ["color"] = "BA0C2F", ["left terminus"] = "Airport", ["right terminus"] = "Louis Stokes–Windermere", }, ["Waterfront"] = { ["title"] = "[[Waterfront Line]]", ["color"] = "3B8189", ["left terminus"] = "South Harbor", ["right terminus"] = "Tower City", ["types"] = { ["Reverse"] = { ["title"] = "", ["left terminus"] = "Tower City", ["right terminus"] = "South Harbor", }, }, }, }, } return p