This is a data module for Module:Adjacent stations. It supports former services operated by Cleveland Railway (Ohio).
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Coventry Shuttle | Coventry Shuttle |
FFFFFF |
| |
Moreland Line | Moreland Line |
000000 |
| |
Shaker Line | Shaker Line |
FF0000 |
|
local gcrta = "%1 station (GCRTA)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Cleveland Railway (Ohio)|Cleveland Railway]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Coventry"] = gcrta,
["Southington"] = "Southington station (GCRTA Green Line)",
["Warrensville"] = "Warrensville–Shaker station",
},
["lines"] = {
["_default"] = {
["color"] = "FFFFFF",
},
["Courtland Spur"] = {
["title"] = "Courtland Spur",
["left terminus"] = "Terminal Square",
["right terminus"] = "Shaker Heights Country Club",
},
["Coventry Shuttle"] = {
["title"] = "Coventry Shuttle",
["color"] = "FFFFFF",
["left terminus"] = "Fairmount (Shaker)",
["right terminus"] = "Coventry",
},
["Moreland Line"] = {
["title"] = "[[Blue Line (Cleveland)|Moreland Line]]",
["color"] = "000000",
["left terminus"] = "Terminal Square",
["right terminus"] = "Lynnfield",
},
["Shaker Line"] = {
["title"] = "[[Green Line (Cleveland)|Shaker Line]]",
["color"] = "FF0000",
["left terminus"] = "Terminal Square",
["right terminus"] = "Warrensville",
},
},
}
return p