Content deleted Content added
m Use official colors. |
No edit summary |
||
(18 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 (
["icon"] = "[[File:DART %1 Line bullet.svg|20px|link=%1 Line (DART)|alt=%1 Line]]",
},
["Blue"] = {
Line 34 ⟶ 49:
["right terminus"] = "Downtown Rowlett",
},
["
["color"] = "
["left terminus"] = "
["right terminus"] = "
},
["Green"] = {
Line 50 ⟶ 65:
["right terminus"] = "Parker Road",
},
["
["color"] = "
["icon"] = "[[File:DART Silver Line.svg|20px|link=Silver Line (DART)|alt=Silver Line]]",
["left terminus"] = "Westmoreland",▼
["
["right terminus"] = "Shiloh Road",
},
["Dallas Streetcar"] = {
["title"] = "[[Dallas Streetcar]]",
["color"] = "36ABE5",
["icon"] = "[[File:Dallas Streetcar Icon.png|20px|link=Dallas Streetcar|alt=Dallas Streetcar]]",
["right terminus"] = "Bishop Arts",
},
},
["aliases"] = {
["blue"] = "Blue",
["
["green"] = "Green",
["orange"] = "Orange",
["
["silver"] = "Silver",
["streetcar"] = "Dallas Streetcar",
}
}
|