Module:Adjacent stations/RTA Rapid Transit

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"] = "Rapid Transit",

["system icon"] = "File:GCRTA wordmark logo.svg",

["name format"] = "font-family: Helvetica; background-color: #1a358a; font-size: 160%; color: white; padding: 0.5em; line-height: 0.5; white-space: nowrap; border-radius: 5em; margin: 0.25em; text-align: center; border: 5px solid #B52F2C;",

["header background color"] = "1a358a",

["header text color"] = "FFFFFF",

["type"] = "File:GCRTA wordmark logo.svg Rapid Transit station",

["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 Station at Windermere"] = "Louis Stokes Station at Windermere",

["Louis Stokes–Windermere"] = "Louis Stokes–Windermere",

["Southington"] = {

["Blue"] = blue,

["Green"] = green,

},

["South Park"] = gcrta,

["West 3rd–Stadium"] = "West 3rd station",

["Windermere"] = "Windermere",

},

["lines"] = {

["Blue"] = {

["title"] = "Blue Line",

["color"] = "3272B3",

["left terminus"] = "Tower City",

["right terminus"] = "Warrensville–Van Aken",

},

["Green"] = {

["title"] = "Green Line",

["color"] = "8FB63B",

["left terminus"] = "Tower City",

["right terminus"] = "Green Road",

},

["Red"] = {

["title"] = "Red Line",

["color"] = "FE2E18",

["left terminus"] = "Airport",

["right terminus"] = "Windermere",

},

["Waterfront"] = {

["title"] = "Waterfront Line",

["color"] = "3272B3",

["color2"] = "8FB63B",

["left terminus"] = "South Harbor",

["right terminus"] = "Tower City",

["types"] = {

["Reverse"] = {

["title"] = "",

["left terminus"] = "Tower City",

["right terminus"] = "South Harbor",

},

},

},

},

}

return p