Module:Adjacent stations/EMBARK
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by EMBARK, which owns the Oklahoma City Streetcar.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Downtown Loop |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Bricktown Loop |
|
|
local EMBARK = "%1 station (EMBARK)"
local p = {
["lang"] = "en-US",
["system title"] = "[[EMBARK (transit authority)|EMBARK]]",
["station format"] = {
"%1 station",
["Santa Fe Hub"] = "Santa Fe Depot (Oklahoma City)",
},
["lines"] = {
["_default"] = {
},
["OKC Steetcar|Downtown Loop"] = {
["color"] = "E73035",
["circular"] = true,
["left terminus"] = "Next Clockwise",
["right terminus"] = "Next Counterclockwize",
},
["OKC Steetcar|Bricktown Loop"] = {
["color"] = "016DB5",
["circular"] = true,
["left terminus"] = "Next Clockwise",
["right terminus"] = "Next Counterclockwize",
},
},
}
return p