Difference between revisions of "Module:Adjacent stations/Dallas Area Rapid Transit"
Jump to navigation
Jump to search
blackwiki>Mjdestroyerofworlds (Cotton Belt to Silver Line transition) |
blackwiki>Mjdestroyerofworlds (Undid revision 906468189 by Mjdestroyerofworlds (talk)) |
||
| Line 32: | Line 32: | ||
["left terminus"] = "UNT Dallas", | ["left terminus"] = "UNT Dallas", | ||
["right terminus"] = "Downtown Rowlett", | ["right terminus"] = "Downtown Rowlett", | ||
| + | }, | ||
| + | ["Cotton Belt"] = { | ||
| + | ["title"] = "[[Cotton Belt Rail Line]]", | ||
| + | ["color"] = "231F20", | ||
| + | ["left terminus"] = "Shiloh Road", | ||
| + | ["right terminus"] = "DFW Airport/Terminal B", | ||
}, | }, | ||
["Green"] = { | ["Green"] = { | ||
| Line 48: | Line 54: | ||
["left terminus"] = "Westmoreland", | ["left terminus"] = "Westmoreland", | ||
["right terminus"] = "Parker Road", | ["right terminus"] = "Parker Road", | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
}, | }, | ||
}, | }, | ||
["aliases"] = { | ["aliases"] = { | ||
["blue"] = "Blue", | ["blue"] = "Blue", | ||
| − | + | ["cotton belt"] = "Cotton Belt", | |
| − | ["cotton belt"] = " | ||
["green"] = "Green", | ["green"] = "Green", | ||
["orange"] = "Orange", | ["orange"] = "Orange", | ||
| − | ["red"] = "Red | + | ["red"] = "Red" |
| − | |||
} | } | ||
} | } | ||
return p | return p | ||
Revision as of 01:26, 16 July 2019
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 Cotton Belt Rail Line. For Trinity Railway Express, use Module:Adjacent stations/Trinity Railway Express.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
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]]",
["name format"] = "font-size: 160%; font-family:\"Lucida Sans Unicode\", \"Lucida Grande\", sans-serif; font-weight: bolder; color: #41506d; background-color: #FFFFFF; padding: 0.4em 4px;",
["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",
["text color"] = "FFFFFF",
["left terminus"] = "DFW Airport",
["right terminus"] = "Parker Road",
},
["Red"] = {
["color"] = "CC0000",
["left terminus"] = "Westmoreland",
["right terminus"] = "Parker Road",
},
},
["aliases"] = {
["blue"] = "Blue",
["cotton belt"] = "Cotton Belt",
["green"] = "Green",
["orange"] = "Orange",
["red"] = "Red"
}
}
return p