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 |
---|---|---|---|---|
Downtown Loop | Downtown Loop |
E73035 |
| |
Bricktown Loop | Bricktown Loop |
016DB5 |
|
local Embark = "%1 station (Embark (transit authority))"
local p = {
["system title"] = "[[Embark (transit authority)|EMBARK]]",
["station format"] = {
"%1 station",
["Santa Fe Hub"] = "Santa Fe Depot (Oklahoma City)",
},
["lines"] = {
["_default"] = {
},
["Downtown Loop"] = {
["title"] = "[[Oklahoma City Streetcar|Downtown Loop]]",
["color"] = "E73035",
["circular"] = true,
["left terminus"] = "Next Clockwise",
["right terminus"] = "Next Counterclockwize",
},
["Bricktown Loop"] = {
["title"] = "[[Oklahoma City Streetcar|Bricktown Loop]]",
["color"] = "016DB5",
["circular"] = true,
["left terminus"] = "Next Clockwise",
["right terminus"] = "Next Counterclockwize",
},
},
}
return p