Module:Adjacent stations/EMBARK: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
Added a few more stations. |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
local |
local ocs = "Oklahoma City Streetcar#%1" |
||
local transportation = "%1#Transportation" |
|||
local p = { |
local p = { |
||
["system title"] = "[[ |
["system title"] = "[[Embark (transit authority)|EMBARK]]", |
||
["station format"] = { |
["station format"] = { |
||
"%1 station", |
|||
["Arena"] = "Paycom Center#Transportation", |
|||
⚫ | |||
["Art Park"] = ocs, |
|||
["Automobile Alley"] = "Automobile Alley (Oklahoma City, Oklahoma)#Transportation", |
|||
["Ballpark"] = "Chickasaw Bricktown Ballpark#Transportation", |
|||
["Bricktown"] = "Bricktown, Oklahoma City#Transportation", |
|||
["Broadway Avenue"] = ocs, |
|||
["Business District"] = ocs, |
|||
["Century Center"] = "Prairie Surf Studios#Transportation", |
|||
["Dewey Avenue"] = ocs, |
|||
["East Bricktown"] = "Bricktown, Oklahoma City#Transportation", |
|||
["Library"] = ocs, |
|||
["Mickey Mantle"] = "Bricktown, Oklahoma City", |
|||
["Midtown"] = "Midtown Oklahoma City#Transportation", |
|||
["Myriad Gardens"] = "Myriad Botanical Gardens#Transportation", |
|||
["North Hudson"] = ocs, |
|||
⚫ | |||
["Scissortail Park"] = ocs, |
|||
}, |
}, |
||
["lines"] = { |
["lines"] = { |
||
Line 11: | Line 28: | ||
}, |
}, |
||
["Downtown Loop"] = { |
["Downtown Loop"] = { |
||
["title"] = "[[Oklahoma City |
["title"] = "[[Oklahoma City Streetcar|Downtown Loop]]", |
||
["color"] = "E73035", |
["color"] = "E73035", |
||
["circular"] = true, |
["circular"] = true, |
||
["left terminus"] = "Next |
["left terminus"] = "Next counter-clockwise", |
||
["right terminus"] = "Next |
["right terminus"] = "Next clockwise", |
||
}, |
}, |
||
["Bricktown Loop"] = { |
["Bricktown Loop"] = { |
||
["title"] = "[[Oklahoma City |
["title"] = "[[Oklahoma City Streetcar|Bricktown Loop]]", |
||
["color"] = "016DB5", |
["color"] = "016DB5", |
||
["circular"] = true, |
["circular"] = true, |
||
["left terminus"] = "Next |
["left terminus"] = "Next counter-clockwise", |
||
["right terminus"] = "Next |
["right terminus"] = "Next clockwise", |
||
}, |
}, |
||
}, |
}, |
Latest revision as of 19:54, 6 June 2024
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 ocs = "Oklahoma City Streetcar#%1"
local transportation = "%1#Transportation"
local p = {
["system title"] = "[[Embark (transit authority)|EMBARK]]",
["station format"] = {
"%1 station",
["Arena"] = "Paycom Center#Transportation",
["Art Park"] = ocs,
["Automobile Alley"] = "Automobile Alley (Oklahoma City, Oklahoma)#Transportation",
["Ballpark"] = "Chickasaw Bricktown Ballpark#Transportation",
["Bricktown"] = "Bricktown, Oklahoma City#Transportation",
["Broadway Avenue"] = ocs,
["Business District"] = ocs,
["Century Center"] = "Prairie Surf Studios#Transportation",
["Dewey Avenue"] = ocs,
["East Bricktown"] = "Bricktown, Oklahoma City#Transportation",
["Library"] = ocs,
["Mickey Mantle"] = "Bricktown, Oklahoma City",
["Midtown"] = "Midtown Oklahoma City#Transportation",
["Myriad Gardens"] = "Myriad Botanical Gardens#Transportation",
["North Hudson"] = ocs,
["Santa Fe Hub"] = "Santa Fe Depot (Oklahoma City)",
["Scissortail Park"] = ocs,
},
["lines"] = {
["_default"] = {
},
["Downtown Loop"] = {
["title"] = "[[Oklahoma City Streetcar|Downtown Loop]]",
["color"] = "E73035",
["circular"] = true,
["left terminus"] = "Next counter-clockwise",
["right terminus"] = "Next clockwise",
},
["Bricktown Loop"] = {
["title"] = "[[Oklahoma City Streetcar|Bricktown Loop]]",
["color"] = "016DB5",
["circular"] = true,
["left terminus"] = "Next counter-clockwise",
["right terminus"] = "Next clockwise",
},
},
}
return p