Module:Adjacent stations/Chesapeake and Ohio Railway
Appearance
This is a data module for Module:Adjacent stations. It supports former services operated by Chesapeake and Ohio Railway.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main Line |
170085 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Pere Marquette Railway Main Line |
170085 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Grand Rapids-Detroit |
170085 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Ashland-Elkhorn City |
170085 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Chicago, Cincinnati & Louisville Railroad or c&o indiana |
170085 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Clifton Forge-Richmond via Lynchburg |
170085 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Grand Rapids-Bay View |
170085 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Lester-Prince |
170085 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Louisville-Ashland |
170085 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Ludington-Athens |
170085 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Pentwater-Allegan |
170085 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Price Hill-Thurmond |
170085 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Ronceverte-Winterburn |
170085 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Saginaw-Freeport |
170085 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Saginaw-Bad Axe-Port Huron |
170085 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Saginaw-Clifford-Port Huron |
170085 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Saginaw-Toledo |
170085 |
|
local co = "%1 station (Chesapeake and Ohio Railroad)"
local ln = "%1 station (Louisville and Nashville Railroad)"
local wv = "%1 station (West Virginia)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Chesapeake and Ohio Railway]]",
["system icon"] = "",
["system color"] = "170085",
["station format"] = {
"%1 station",
["47th Street"] = "47th Street station (Chicago and Western Indiana Railroad)",
["63rd Street"] = "63rd Street station (Metra)",
["63rd Street B&O"] = "[[63rd Street station (Baltimore and Ohio Railroad)|63rd Street]]",
["Brighton"] = co,
["Chicago"] = "Grand Central Station (Chicago)",
["Chicago Central"] = "[[Central Station (Chicago terminal)|Chicago]]",
["Chicago Dearborn"] = "[[Dearborn Station|Chicago]]",
["Englewood"] = "Englewood station (Chicago and Western Indiana Railroad)",
["Grand Rapids"] = "Grand Rapids Union Station",
["Hammond"] = co,
["Hinton"] = wv,
["Washington, D.C"] = "Washington Union Station",
},
["lines"] = {
["_default"] = {
["color"] = "170085",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Cincinnati",
["right terminus"] = {"Washington, D.C", "Newport News"},
},
["C&O Indiana"] = {
["title"] = "[[Chicago, Cincinnati & Louisville Railroad]]",
["left terminus"] = "Hammond",
["right terminus"] = "Cincinnati",
},
["Pere Marquette Main"] = {
["title"] = "[[Pere Marquette Railway]]<br/><small>Main Line</small>",
["left terminus"] = "Chicago",
["right terminus"] = "Grand Rapids",
},
},
}
return p