Difference between revisions of "Module:Adjacent stations/Grand Trunk Western Railroad"
Jump to navigation
Jump to search
blackwiki>Mackensen (+Duffield and Vernon) |
blackwiki>Mackensen (+Detroit-Port Huron) |
||
| Line 8: | Line 8: | ||
["station format"] = { | ["station format"] = { | ||
"%1 station ", | "%1 station ", | ||
| + | ["Chesterfield"] = gtw, | ||
["Chicago"] = "Dearborn Station", | ["Chicago"] = "Dearborn Station", | ||
["Detroit"] = "Brush Street Station", | ["Detroit"] = "Brush Street Station", | ||
["Duffield"] = gtw, | ["Duffield"] = gtw, | ||
["Durand"] = "Durand Union Station", | ["Durand"] = "Durand Union Station", | ||
| + | ["Fraser"] = gtw, | ||
["Griffith"] = "Griffith Grand Trunk Depot", | ["Griffith"] = "Griffith Grand Trunk Depot", | ||
["Lansing"] = "Grand Trunk Western station (Lansing)", | ["Lansing"] = "Grand Trunk Western station (Lansing)", | ||
| Line 29: | Line 31: | ||
["Detroit and Milwaukee Division"] = { | ["Detroit and Milwaukee Division"] = { | ||
["title"] = "Detroit and Milwaukee Division", | ["title"] = "Detroit and Milwaukee Division", | ||
| + | ["left terminus"] = "Grand Haven", | ||
| + | ["right terminus"] = "Detroit", | ||
| + | }, | ||
| + | ["Detroit-Port Huron"] = { | ||
| + | ["title"] = "[[Detroit]] – [[Port Huron, Michigan|Port Huron]]", | ||
["left terminus"] = "Grand Haven", | ["left terminus"] = "Grand Haven", | ||
["right terminus"] = "Detroit", | ["right terminus"] = "Detroit", | ||
Revision as of 17:38, 20 April 2019
Documentation for this module may be created at Module:Adjacent stations/Grand Trunk Western Railroad/doc
local gtw = "%1 station (Grand Trunk Western Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Grand Trunk Western Railroad]]",
["system color"] = "000000",
["system icon"] = "",
["station format"] = {
"%1 station ",
["Chesterfield"] = gtw,
["Chicago"] = "Dearborn Station",
["Detroit"] = "Brush Street Station",
["Duffield"] = gtw,
["Durand"] = "Durand Union Station",
["Fraser"] = gtw,
["Griffith"] = "Griffith Grand Trunk Depot",
["Lansing"] = "Grand Trunk Western station (Lansing)",
["Port Huron"] = gtw,
["South Bend"] = "Union Station (South Bend, Indiana)",
["Vernon"] = gtw,
},
["lines"] = {
["_default"] = {
["color"] = "000000",
},
["Cincinnati, Saginaw and Mackinaw Division"] = {
["title"] = "Cincinnati, Saginaw and Mackinaw Division",
["left terminus"] = "Oa-at-ka Beach",
["right terminus"] = "Durand",
},
["Detroit and Milwaukee Division"] = {
["title"] = "Detroit and Milwaukee Division",
["left terminus"] = "Grand Haven",
["right terminus"] = "Detroit",
},
["Detroit-Port Huron"] = {
["title"] = "[[Detroit]] – [[Port Huron, Michigan|Port Huron]]",
["left terminus"] = "Grand Haven",
["right terminus"] = "Detroit",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Chicago",
["right terminus"] = "Port Huron",
},
},
["aliases"] = {
["main"] = "Main Line",
}
}
return p