Module:Adjacent stations/Dallas Area Rapid Transit: Difference between revisions

Content deleted Content added
m Use official color.
No edit summary
 
(17 intermediate revisions by 2 users not shown)
Line 1:
local dart = "%1 station (DART)"
local streetcar = "Dallas Streetcar#%1"
 
local p = {
Line 9 ⟶ 10:
["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,
["SMU/Mockingbird"] = "[[SMU/Mockingbird station|SMU/​Mockingbird]]",
["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,
Line 27 ⟶ 41:
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Dallas Area Rapid TransitDART)|%1 Line]]",
["icon"] = "[[File:DART %1 Line bullet.svg|20px|link=%1 Line (DART)|alt=%1 Line]]",
},
["Blue"] = {
Line 34 ⟶ 49:
["right terminus"] = "Downtown Rowlett",
},
["SilverRed"] = {
["color"] = "81A2B7FD3F3E",
["left terminus"] = "DFW Airport/Terminal BWestmoreland",
["right terminus"] = "ShilohParker Road",
},
["Green"] = {
Line 50 ⟶ 65:
["right terminus"] = "Parker Road",
},
["RedSilver"] = {
["color"] = "FD3F3E81A2B7",
["icon"] = "[[File:DART Silver Line.svg|20px|link=Silver Line (DART)|alt=Silver Line]]",
["left terminus"] = "Westmoreland",
["rightleft terminus"] = "ParkerDFW RoadAirport/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"] = "WestmorelandUnion Station",
["right terminus"] = "Bishop Arts",
},
},
["aliases"] = {
["blue"] = "Blue",
["cotton beltred"] = "SilverRed",
["green"] = "Green",
["orange"] = "Orange",
["redcotton belt"] = "RedSilver",
["silver"] = "Silver",
["streetcar"] = "Dallas Streetcar",
}
}