Module:Adjacent stations/Dallas Area Rapid Transit
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Dallas Area Rapid Transit, including the four DART light rail lines and the Silver Line. For Trinity Railway Express, use Module:Adjacent stations/Trinity Railway Express.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Blue Line | Blue or blue |
0275A4 |
| |
Red Line | Red or red |
CC0000 |
| |
Green Line | Green or green |
00873F |
| |
Orange Line | Orange or orange |
CC6600 |
| |
Silver Line | Silver or silver or cotton belt |
|
| |
Dallas Streetcar Line | Dallas Streetcar or streetcar |
|
|
local dart = "%1 station (DART)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Dallas Area Rapid Transit]]",
["system icon"] = "[[File:Dallas Area Rapid Transit logo.svg|20px|link=Dallas Area Rapid Transit]]",
["station format"] = {
"%1 station",
["12th Street"] = dart,
["Addison Transit Center"] = "%1",
["Burbank"] = dart,
["Convention Center"] = dart,
["Hampton"] = dart,
["Illinois"] = dart,
["MLK Jr."] = dart,
["Park Lane"] = dart,
["St. Paul"] = dart,
["Spring Valley"] = dart,
["Union Station"] = "Dallas Union Station",
["VA Medical Center"] = dart,
["Walnut Hill"] = dart,
["West End"] = dart,
["Westmoreland"] = dart,
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Dallas Area Rapid Transit)|%1 Line]]",
},
["Blue"] = {
["color"] = "0275A4",
["left terminus"] = "UNT Dallas",
["right terminus"] = "Downtown Rowlett",
},
["Cotton Belt"] = {
["title"] = "[[Cotton Belt Rail Line]]",
["color"] = "231F20",
["left terminus"] = "Shiloh Road",
["right terminus"] = "DFW Airport/Terminal B",
},
["Green"] = {
["color"] = "00873F",
["left terminus"] = "North Carrollton/Frankford",
["right terminus"] = "Buckner",
},
["Orange"] = {
["color"] = "CC6600",
["left terminus"] = "DFW Airport",
["right terminus"] = "Parker Road",
},
["Red"] = {
["color"] = "CC0000",
["left terminus"] = "Westmoreland",
["right terminus"] = "Parker Road",
},
},
}
return p