Module:Adjacent stations/Alton Railroad
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Alton Railroad.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Main |
e30000 |
| |
Main Line | Dwight-Peoria |
e30000 |
| |
Main Line | Sherman-Peoria |
e30000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Kansas City-St. Louis |
e30000 |
|
local gmo = "%1 station (Gulf, Mobile and Ohio Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Alton Railroad]]",
["system icon"] = "",
["system color"] = "e30000",
["station format"] = {
"%1 station",
},
["lines"] = {
["_default"] = {
["color"] = "e30000",
},
["Dwight-Peoria"] = {
["title"] = "Main Line",
["left terminus"] = "Peoria",
["right terminus"] = "Dwight",
},
["Sherman-Peoria"] = {
["title"] = "Main Line",
["left terminus"] = "Sherman",
["right terminus"] = "Peoria",
},
},
}
return p