This is a data module for Module:Adjacent stations. It supports services operated by Western Maryland Railway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main |
f00000 |
| |
Baltimore – Hanover – Gettysburg Line | Gettysburg |
f00000 |
| |
Cumberland – Connellsville | Cumberland-Connellsville |
f00000 |
| |
Cumberland – Elkins | Cumberland-Elkins |
f00000 |
| |
Hagerstown - Shippensburg | Hagerstown-Shippensburg |
f00000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | State Line Branch |
f00000 |
|
local wm = "%1 station (Western Maryland Railway)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Western Maryland Railway]]",
["system icon"] = "",
["system color"] = "f00000",
["station format"] = {
["Cumberland"] = wm,
["Connellsville"] = "Connellsville Union Passenger Depot",
["Highfield"] = wm,
["Indian Creek"] = wm,
["Old Town"] = wm,
["Seymour"] = wm,
"%1 station",
},
["lines"] = {
["_default"] = {
["color"] = "f00000",
},
["Main"] = {
["title"] = "Main Line",
["left terminus"] = "Cumberland",
["right terminus"] = "Baltimore Hillen",
},
["Gettysburg"] = {
["title"] = "[[Baltimore]] – [[Hanover, Maryland|Hanover]] – [[Gettysburg, Pennsylvania|Gettysburg]] Line",
["left terminus"] = "Highfield",
["right terminus"] = "Glyndon",
},
["Cumberland-Connellsville"] = {
["title"] = "[[Cumberland, Maryland|Cumberland]] – [[Connellsville, Pennsylvania|Connellsville]]",
["left terminus"] = "Connellsville",
["right terminus"] = "Cumberland",
},
["Cumberland-Elkins"] = {
["title"] = "[[Cumberland, Maryland|Cumberland]] – [[Elkins, West Virginia|Elkins]]",
["left terminus"] = "Elkins",
["right terminus"] = "Cumberland",
},
["Hagerstown-Shippensburg"] = {
["title"] = "[[Hagerstown]] - [[Shippensburg]]",
["left terminus"] = "Hagerstown",
["right terminus"] = "Shippensburg",
},
},
}
return p