Module:Adjacent stations/Grand Trunk Western Railroad
< Module:Adjacent stations
Jump to navigation
Jump to search
Revision as of 16:59, 20 April 2019 by blackwiki>Mackensen (←Created page with 'local gtw = "%1 station (Grand Trunk Western Railroad)" local p = { ["lang"] = "en-US", ["system title"] = "Grand Trunk Western Railroad", ["system color...')
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 ",
["Chicago"] = "Dearborn Station",
["Detroit"] = "Brush Street Station",
["Durand"] = "Durand Union Station",
["Griffith"] = "Griffith Grand Trunk Depot",
["Lansing"] = "Grand Trunk Western station (Lansing)",
["Port Huron"] = gtw,
["South Bend"] = "Union Station (South Bend, Indiana)",
},
["lines"] = {
["_default"] = {
["color"] = "000000",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Chicago",
["right terminus"] = "Port Huron",
},
},
["aliases"] = {
["main"] = "Main Line",
}
}
return p