Module:Adjacent stations/Dallas Area Rapid Transit
Appearance
(Redirected from Module:Adjacent stations/DART)
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
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Blue Line | Blue or blue |
1A8BC3 |
| |
Red Line | Red or red |
FD3F3E |
| |
Green Line | Green or green |
016F39 |
| |
Orange Line | Orange or orange |
F78B1F |
| |
Silver Line | Silver or silver or cotton belt |
81A2B7 |
| |
Dallas Streetcar | Dallas Streetcar or streetcar |
36ABE5 |
|
local dart = "%1 station (DART)"
local streetcar = "Dallas Streetcar#%1"
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]]",
["name format"] = "font-family: ITC Avant Garde, ITC Avant Garde Gothic Std Medium, Century Gothic, Futura, sans-serif; font-size: 160%; font-weight: bold; color: #003e7e; background-color: #FFFFFF; padding: 0.4em 4px;",
["system color"] = "fbd007",
["station format"] = {
"%1 station",
["6th Street"] = streetcar,
["12th Street"] = dart,
["Addison Transit Center"] = "%1",
["Beckley"] = streetcar,
["Bishop Arts"] = streetcar,
["Burbank"] = dart,
["Cityplace/Uptown"] = "[[%1 station|Cityplace/Uptown]]",
["Convention Center"] = dart,
["DFW Airport"] = "[[DFW Airport Terminal A station|DFW Airport]]",
["Greenbriar"] = streetcar,
["Hampton"] = dart,
["Illinois"] = dart,
["Inwood/Love Field"] = "[[%1 station|Inwood/Love Field]]",
["MLK Jr."] = dart,
["North Carrollton/Frankford"] = "[[%1 station|North Carrollton/Frankford]]",
["Oakenwald"] = streetcar,
["Park Lane"] = dart,
["Southwestern Medical District/Parkland"] = "[[%1 station|Southwestern Medical District/Parkland]]",
["St. Paul"] = dart,
["Spring Valley"] = dart,
["T&P Station"] = "T&P Station",
["Union Station"] = "Dallas Union Station",
["VA Medical Center"] = dart,
["Walnut Hill"] = dart,
["Walnut Hill/Denton"] = "[[%1 station|Walnut Hill/Denton]]",
["West End"] = dart,
["Westmoreland"] = dart,
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (DART)|%1 Line]]",
["icon"] = "[[File:DART %1 Line bullet.svg|20px|link=%1 Line (DART)|alt=%1 Line]]",
},
["Blue"] = {
["color"] = "1A8BC3",
["left terminus"] = "UNT Dallas",
["right terminus"] = "Downtown Rowlett",
},
["Red"] = {
["color"] = "FD3F3E",
["left terminus"] = "Westmoreland",
["right terminus"] = "Parker Road",
},
["Green"] = {
["color"] = "016F39",
["left terminus"] = "North Carrollton/Frankford",
["right terminus"] = "Buckner",
},
["Orange"] = {
["color"] = "F78B1F",
["text color"] = "FFFFFF",
["left terminus"] = "DFW Airport",
["right terminus"] = "Parker Road",
},
["Silver"] = {
["color"] = "81A2B7",
["icon"] = "[[File:DART Silver Line.svg|20px|link=Silver Line (DART)|alt=Silver Line]]",
["left terminus"] = "DFW Airport/Terminal B",
["right terminus"] = "Shiloh Road",
},
["Dallas Streetcar"] = {
["title"] = "[[Dallas Streetcar]]",
["color"] = "36ABE5",
["icon"] = "[[File:Dallas Streetcar Icon.png|20px|link=Dallas Streetcar|alt=Dallas Streetcar]]",
["left terminus"] = "Union Station",
["right terminus"] = "Bishop Arts",
},
},
["aliases"] = {
["blue"] = "Blue",
["red"] = "Red",
["green"] = "Green",
["orange"] = "Orange",
["cotton belt"] = "Silver",
["silver"] = "Silver",
["streetcar"] = "Dallas Streetcar",
}
}
return p