Module:Adjacent stations/Pennsylvania-Reading Seashore Lines
Appearance
This is a data module for Module:Adjacent stations. It supports former services operated by Pennsylvania-Reading Seashore Lines.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main Line |
d30303 |
| |
ACRR Cape May Branch | ACRR Cape May Branch |
006400 |
| |
ACRR Ocean City Branch | ACRR Ocean City Branch |
006400 |
| |
WJ&S Main Line | WJ&S Main Line |
d30303 |
| |
WJ&S Bridgeton Branch | WJ&S Bridgeton Branch |
d30303 |
| |
WJ&S Penns Grove Branch | WJ&S Penns Grove Branch |
d30303 |
| |
WJ&S Camden – Millville | WJ&S Camden-Millville |
d30303 |
|
local prr = "%1 station (Pennsylvania Railroad)"
local rrr = "%1 station (Reading Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Pennsylvania-Reading Seashore Lines|Pennsylvania-Reading Seashore Lines]]",
["system icon"] = "",
["system color"] = "d30303",
["station format"] = {
["51st Street"] = "%1 station (Ocean City)",
["Atlantic City"] = "Atlantic City Union Station",
["Bridgeton"] = prr,
["Camden"] = prr,
["Cape May"] = "Cape May City Rail Terminal",
["Cold Spring"] = rrr,
["Collingswood"] = "%1 station (Pennsylvania-Reading Seashore Lines)",
["Hammonton"] = prr,
["Lindenwold"] = prr,
["Middletown"] = rrr,
["Parkville"] = prr,
["Pomona"] = prr,
["Salem"] = prr,
["Tuckahoe"] = "Tuckahoe station (New Jersey)",
["West End"] = prr,
["Woodbine"] = prr,
"%1 station",
},
["lines"] = {
["_default"] = {
["color"] = "d30303",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Lindenwold",
["right terminus"] = "Atlantic City",
},
["ACRR Main Line"] = {
["title"] = "[[Atlantic City Railroad|ACRR]] Main Line",
["color"] = "006400",
["left terminus"] = "Camden",
["right terminus"] = "Atlantic City",
},
["ACRR Cape May Branch"] = {
["title"] = "[[Atlantic City Railroad|ACRR]] Cape May Branch",
["color"] = "006400",
["left terminus"] = "Camden",
["right terminus"] = "Cape May",
},
["ACRR Ocean City Branch"] = {
["title"] = "[[Atlantic City Railroad|ACRR]] Ocean City Branch",
["color"] = "006400",
["left terminus"] = "Tuckahoe",
["right terminus"] = "Ocean City Gardens",
},
["WJ&S Main Line"] = {
["title"] = "[[West Jersey and Seashore Railroad|WJ&S]] Main Line",
["left terminus"] = "Camden",
["right terminus"] = "Atlantic City",
},
["WJ&S Bridgeton Branch"] = {
["title"] = "[[West Jersey and Seashore Railroad|WJ&S]] Bridgeton Branch",
["left terminus"] = "Glassboro",
["right terminus"] = "Bridgeton",
},
["WJ&S Penns Grove Branch"] = {
["title"] = "[[West Jersey and Seashore Railroad|WJ&S]] Penns Grove Branch",
["left terminus"] = "Penns Grove",
["right terminus"] = "Woodbury",
},
["WJ&S Salem Branch"] = {
["title"] = "[[West Jersey and Seashore Railroad|WJ&S]] Salem Branch",
["left terminus"] = "Salem",
["right terminus"] = "Woodbury",
},
["WJ&S Camden-Millville"] = {
["title"] = "[[West Jersey and Seashore Railroad|WJ&S]] [[Camden, New Jersey|Camden]] – [[Millville, New Jersey|Millville]]",
["left terminus"] = "Camden",
["right terminus"] = "Millville",
},
},
["aliases"] = {
["main"] = "Main Line",
},
}
return p