Module:Adjacent stations/EMBARK: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
}, |
}, |
||
["Downtown Loop"] = { |
["Downtown Loop"] = { |
||
["title"] = "[[Oklahoma City |
["title"] = "[[Oklahoma City Streetcar|Downtown Loop]]", |
||
["color"] = "E73035", |
["color"] = "E73035", |
||
["circular"] = true, |
["circular"] = true, |
||
Line 18: | Line 18: | ||
}, |
}, |
||
["Bricktown Loop"] = { |
["Bricktown Loop"] = { |
||
["title"] = "[[Oklahoma City |
["title"] = "[[Oklahoma City Streetcar|Bricktown Loop]]", |
||
["color"] = "016DB5", |
["color"] = "016DB5", |
||
["circular"] = true, |
["circular"] = true, |
Revision as of 22:16, 30 January 2023
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)"
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