Difference between revisions of "Module:Adjacent stations/Gulf, Mobile and Ohio Railroad"
Jump to navigation
Jump to search
blackwiki>Cards84664 (+Kansas City-Roodhouse) |
blackwiki>Cards84664 (+Independence) |
||
| Line 11: | Line 11: | ||
["Chatham"] = gmo, | ["Chatham"] = gmo, | ||
["Chicago"] = "Chicago Union Station", | ["Chicago"] = "Chicago Union Station", | ||
| + | ["Independence"] = gmo, | ||
["Joliet"] = "Joliet Union Station", | ["Joliet"] = "Joliet Union Station", | ||
["Mobile"] = "Gulf, Mobile and Ohio Passenger Terminal", | ["Mobile"] = "Gulf, Mobile and Ohio Passenger Terminal", | ||
Revision as of 23:49, 21 October 2019
Documentation for this module may be created at Module:Adjacent stations/Gulf, Mobile and Ohio Railroad/doc
local gmo = "%1 station (Gulf, Mobile and Ohio Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Gulf, Mobile and Ohio Railroad]]",
["system icon"] = "",
["system color"] = "e30000",
["station format"] = {
"%1 station",
["Bloomington"] = "Bloomington Union Station",
["Chatham"] = gmo,
["Chicago"] = "Chicago Union Station",
["Independence"] = gmo,
["Joliet"] = "Joliet Union Station",
["Mobile"] = "Gulf, Mobile and Ohio Passenger Terminal",
["Willow Springs"] = "Willow Springs station (Illinois)"
},
["lines"] = {
["_default"] = {
["color"] = "e30000",
},
["Main"] = {
["title"] = "Main Line",
["left terminus"] = "Mobile",
["right terminus"] = "Chicago",
},
["Kansas City-Roodhouse"] = {
["title"] = "[[Kansas City]] – [[Roodhouse, Illinois|Roodhouse]]",
["left terminus"] = "Kansas City",
["right terminus"] = "Roodhouse",
},
},
}
return p