Difference between revisions of "Module:Adjacent stations/Grand Trunk Western Railroad"
Jump to navigation
Jump to search
blackwiki>Cards84664 (+Blue Island) |
m (12 revisions imported) |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 9: | Line 9: | ||
"%1 station ", | "%1 station ", | ||
["47th Street"] = "47th Street station (Chicago and Western Indiana Railroad)", | ["47th Street"] = "47th Street station (Chicago and Western Indiana Railroad)", | ||
| + | ["Ashland Avenue"] = gtw, | ||
["Blue Island"] = gtw, | ["Blue Island"] = gtw, | ||
["Chesterfield"] = gtw, | ["Chesterfield"] = gtw, | ||
| Line 17: | Line 18: | ||
["Fraser"] = gtw, | ["Fraser"] = gtw, | ||
["Griffith"] = "Griffith Grand Trunk Depot", | ["Griffith"] = "Griffith Grand Trunk Depot", | ||
| + | ["Halsted Street"] = gtw, | ||
["Harvey"] = gtw, | ["Harvey"] = gtw, | ||
["Lansing"] = "Grand Trunk Western station (Lansing)", | ["Lansing"] = "Grand Trunk Western station (Lansing)", | ||
| Line 47: | Line 49: | ||
["left terminus"] = "Chicago", | ["left terminus"] = "Chicago", | ||
["right terminus"] = "Port Huron", | ["right terminus"] = "Port Huron", | ||
| + | }, | ||
| + | ["Suburban"] = { | ||
| + | ["title"] = "Suburban Service", | ||
| + | ["left terminus"] = "Chicago", | ||
| + | ["right terminus"] = "Valparaiso", | ||
}, | }, | ||
}, | }, | ||
Latest revision as of 12:37, 26 September 2020
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 ",
["47th Street"] = "47th Street station (Chicago and Western Indiana Railroad)",
["Ashland Avenue"] = gtw,
["Blue Island"] = gtw,
["Chesterfield"] = gtw,
["Chicago"] = "Dearborn Station",
["Detroit"] = "Brush Street Station",
["Duffield"] = gtw,
["Durand"] = "Durand Union Station",
["Fraser"] = gtw,
["Griffith"] = "Griffith Grand Trunk Depot",
["Halsted Street"] = gtw,
["Harvey"] = gtw,
["Lansing"] = "Grand Trunk Western station (Lansing)",
["Port Huron"] = gtw,
["South Bend"] = "Union Station (South Bend, Indiana)",
["Trowbridge"] = gtw,
["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"] = "Detroit",
["right terminus"] = "Port Huron",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Chicago",
["right terminus"] = "Port Huron",
},
["Suburban"] = {
["title"] = "Suburban Service",
["left terminus"] = "Chicago",
["right terminus"] = "Valparaiso",
},
},
["aliases"] = {
["main"] = "Main Line",
}
}
return p