Difference between revisions of "Module:Adjacent stations/Dallas Area Rapid Transit"
Jump to navigation
Jump to search
blackwiki>Mjdestroyerofworlds (Undid revision 906468189 by Mjdestroyerofworlds (talk)) |
m (10 revisions imported) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 5: | Line 5: | ||
["system title"] = "[[Dallas Area Rapid Transit]]", | ["system title"] = "[[Dallas Area Rapid Transit]]", | ||
["system icon"] = "[[File:Dallas Area Rapid Transit logo.svg|20px|link=Dallas Area Rapid Transit]]", | ["system icon"] = "[[File:Dallas Area Rapid Transit logo.svg|20px|link=Dallas Area Rapid Transit]]", | ||
| − | ["name format"] = " | + | ["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;", |
["station format"] = { | ["station format"] = { | ||
"%1 station", | "%1 station", | ||
| Line 33: | Line 33: | ||
["right terminus"] = "Downtown Rowlett", | ["right terminus"] = "Downtown Rowlett", | ||
}, | }, | ||
| − | [" | + | ["Silver"] = { |
| − | + | ["color"] = "C0C0C0", | |
| − | ["color"] = " | ||
["left terminus"] = "Shiloh Road", | ["left terminus"] = "Shiloh Road", | ||
["right terminus"] = "DFW Airport/Terminal B", | ["right terminus"] = "DFW Airport/Terminal B", | ||
| Line 58: | Line 57: | ||
["aliases"] = { | ["aliases"] = { | ||
["blue"] = "Blue", | ["blue"] = "Blue", | ||
| − | ["cotton belt"] = " | + | ["cotton belt"] = "Silver", |
["green"] = "Green", | ["green"] = "Green", | ||
["orange"] = "Orange", | ["orange"] = "Orange", | ||
| − | ["red"] = "Red" | + | ["red"] = "Red", |
| + | ["silver"] = "Silver", | ||
} | } | ||
} | } | ||
return p | return p | ||
Latest revision as of 12:34, 26 September 2020
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-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;",
["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",
},
["Silver"] = {
["color"] = "C0C0C0",
["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"] = "Silver",
["green"] = "Green",
["orange"] = "Orange",
["red"] = "Red",
["silver"] = "Silver",
}
}
return p