Module:Adjacent stations/RTD
Appearance
This is a data module for Module:Adjacent stations. It supports services in Denver, Colorado operated by Regional Transportation District.
Lines
[edit]Commuter rail
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
A Line | A |
54c0e8 |
| |
B Line | B |
4c9c2e |
| |
G Line | G |
f4b223 |
| |
N Line | N |
904199 |
|
Light rail
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
D Line | D |
047835 |
| |
E Line | E |
691f74 |
| |
H Line | H |
0055b8 |
| |
L Line | L |
ffcd00 |
| |
R Line | R |
c1d32f |
| |
W Line | W |
0091b3 |
|
Former lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
C Line | C |
ff5100 |
| |
F Line | F |
f5333f |
| |
G Line | G (old) |
b2790b |
|
local rtd = "%1 station (RTD)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Regional Transportation District|RTD]]",
["system icon"] = "[[File:Regional Transportation District logo.svg|23px|link=Regional Transportation District]]",
["station format"] = {
"%1 station",
["13th Avenue"] = rtd,
["16th & California"] = "16th & California and 16th & Stout stations",
["16th & Stout"] = "16th & California and 16th & Stout stations",
["16th & California/Stout"] = "16th & California and 16th & Stout stations",
["16th & California/16th & Stout"] = "16th & California and 16th & Stout stations",
["18th & California"] = "18th & California and 18th & Stout stations",
["18th & Stout"] = "18th & California and 18th & Stout stations",
["18th & California/Stout"] = "18th & California and 18th & Stout stations",
["18th & California/18th & Stout"] = "18th & California and 18th & Stout stations",
["48th & Brighton/National Western Center"] = "[[48th & Brighton/National Western Center station|48th & Brighton/National Western Center]]",
["Alameda"] = rtd,
["Central Park"] = rtd,
["Colfax"] = rtd,
["County Line"] = rtd,
["Englewood"] = rtd,
["Evans"] = rtd,
["Federal Center"] = rtd,
["Florida"] = rtd,
["Garrison"] = rtd,
["JeffCo Gov't Cntr•Golden"] = "Jefferson County Government Center–Golden station",
["Lamar"] = rtd,
["Lincoln"] = rtd,
["Louisville"] = rtd,
["Oak"] = rtd,
["Orchard"] = rtd,
["RidgeGate"] = "[[RidgeGate Parkway station|RidgeGate Parkway]]",
["Sheridan"] = rtd,
["Sports Authority Field at Mile High"] = "[[Empower Field at Mile High station|Empower Field at Mile High]]",
["Westminster"] = rtd,
["Union Station"] = "Denver Union Station",
},
["lines"] = {
["A"] = {
["title"] = "[[A Line (RTD)|A Line]]",
["color"] = "54c0e8",
["left terminus"] = "Union Station",
["right terminus"] = "Denver Airport",
},
["B"] = {
["title"] = "[[B Line (RTD)|B Line]]",
["color"] = "4c9c2e",
["left terminus"] = "Union Station",
["right terminus"] = "Westminster",
},
["C"] = {
["title"] = "[[C Line (RTD)|C Line]]",
["color"] = "ff5100",
["left terminus"] = "Union Station",
["right terminus"] = "Littleton–Mineral",
},
["D"] = {
["title"] = "[[D Line (RTD)|D Line]]",
["color"] = "047835",
["left terminus"] = "18th & California",
["right terminus"] = "Littleton–Mineral",
},
["E"] = {
["title"] = "[[E Line (RTD)|E Line]]",
["color"] = "691f74",
["left terminus"] = "Union Station",
["right terminus"] = "RidgeGate Parkway",
},
["F"] = {
["title"] = "[[F Line (RTD)|F Line]]",
["color"] = "f5333f",
["left terminus"] = "18th & California",
["right terminus"] = "RidgeGate Parkway",
},
["G"] = {
["title"] = "[[G Line (RTD)|G Line]]",
["color"] = "f4b223",
["left terminus"] = "Union Station",
["right terminus"] = "Wheat Ridge/Ward",
},
["G (old)"] = {
["title"] = "[[R Line (RTD)#History|G Line]]",
["color"] = "b2790b",
},
["H"] = {
["title"] = "[[H Line (RTD)|H Line]]",
["color"] = "0055b8",
["left terminus"] = "18th & California",
["right terminus"] = "Florida",
},
["L"] = {
["title"] = "[[L Line (RTD)|L Line]]",
["color"] = "ffcd00",
["left terminus"] = "16th & California/Stout",
["right terminus"] = "30th & Downing",
},
["N"] = {
["title"] = "[[N Line (RTD)|N Line]]",
["color"] = "904199",
["left terminus"] = "Union Station",
["right terminus"] = "Eastlake/124th",
},
["R"] = {
["title"] = "[[R Line (RTD)|R Line]]",
["color"] = "c1d32f",
["left terminus"] = "Peoria",
["right terminus"] = "Lincoln",
},
["W"] = {
["title"] = "[[W Line (RTD)|W Line]]",
["color"] = "0091b3",
["left terminus"] = "JeffCo Gov't Cntr•Golden",
["right terminus"] = "Union Station",
},
},
["aliases"] = {
["g(old)"] = "G (old)",
}
}
return p