Module:Adjacent stations/Lehigh Valley Railroad
Appearance
This is a data module for Module:Adjacent stations. It supports former services operated by Lehigh Valley Railroad.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Auburn Branch |
000000 |
| |
Auburn and Ithaca Branch | Auburn and Ithaca Branch |
000000 |
| |
Easton and Northern Branch | Easton and Northern Branch |
000000 |
| |
Elmira and Cortland Branch | Elmira and Cortland Branch |
000000 |
| |
Flemington Branch | Flemington Branch |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Hemlock Branch |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Ithaca Branch |
000000 |
| |
Main Line | Main Line |
000000 |
| |
Niagara Falls Branch | Niagara Falls Branch |
000000 |
| |
Rochester Branch | Rochester Branch |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Waverly Branch |
000000 |
|
local lvrr = "%1 station (Lehigh Valley Railroad)"
local pa = "%1 station (Pennsylvania)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Lehigh Valley Railroad]]",
["system icon"] = "",
["name format"] = "font-family: Helvetica ; background-color: #000000; font-size: 200%; text-transform:uppercase; color: #D4AF37; padding: 0.5em; line-height: 0.5; white-space: nowrap; border: 2px solid #d7dcbe; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center;",
["station format"] = {
"%1 station",
["Auburn"] = lvrr,
["Allentown"] = lvrr,
["Batavia"] = lvrr,
["Bethlehem"] = "Bethlehem Union Station",
["Bingley"] = lvrr,
["Buffalo"] = "Lehigh Valley Terminal",
["Caledonia"] = lvrr,
["Camden"] = lvrr,
["Cazenovia"] = "Lehigh Valley Railroad Depot (Cazenovia, New York)",
["Depew"] = lvrr,
["Easton"] = pa,
["Flemington"] = lvrr,
["Hillside"] = lvrr,
["Ithaca"] = "Lehigh Valley Railroad Station (Ithaca, New York)",
["Jersey City"] = "Central Railroad of New Jersey Terminal",
["Jim Thorpe"] = lvrr,
["Laurys"] = lvrr,
["Longwood"] = lvrr,
["Rochester"] = "Lehigh Valley Railroad Station (Rochester, New York)",
["Sayre"] = lvrr,
["Stafford"] = lvrr,
},
["lines"] = {
["_default"] = {
["color"] = "000000",
},
["Auburn and Ithaca Branch"] = {
["title"] = "Auburn and Ithaca Branch",
["left terminus"] = "Ithaca",
["right terminus"] = "Auburn",
},
["Easton and Northern Branch"] = {
["title"] = "Easton and Northern Branch",
["left terminus"] = "Belfast Junction",
["right terminus"] = "Easton",
},
["Elmira and Cortland Branch"] = {
["title"] = "[[Elmira and Cortland Branch]]",
["left terminus"] = "Elmira",
["right terminus"] = "Camden",
},
["Flemington Branch"] = {
["title"] = "[[Flemington Branch]]",
["left terminus"] = "Flemington Junction",
["right terminus"] = "Flemington",
},
["Main Line"] = {
["title"] = "[[Lehigh Line (Norfolk Southern)#Lehigh Valley Railroad|Main Line]]",
["left terminus"] = "Buffalo",
["right terminus"] = "Jersey City",
},
["Niagara Falls Branch"] = {
["title"] = "Niagara Falls Branch",
["left terminus"] = "Suspension Bridge",
["right terminus"] = "Depew",
},
["Rochester Branch"] = {
["title"] = "Rochester Branch",
["left terminus"] = "Rochester Junction",
["right terminus"] = "Rochester",
},
},
}
return p