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

Content deleted Content added
No edit summary
No edit summary
 
(9 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 29 ⟶ 41:
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Dallas Area Rapid TransitDART)|%1 Line]]",
["icon"] = "[[File:DART %1 Line bullet.svg|20px|link=%1 Line (Dallas Area Rapid TransitDART)|alt=%1 Line]]",
},
["Blue"] = {
Line 53 ⟶ 65:
["right terminus"] = "Parker Road",
},
["Silver"] = {
["color"] = "81A2B7",
["icon"] = "[[File:DART Silver Line.svg|20px|link=Silver Line (Dallas Area Rapid TransitDART)|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",
},
},
Line 67 ⟶ 86:
["cotton belt"] = "Silver",
["silver"] = "Silver",
["streetcar"] = "Dallas Streetcar",
}
}