Module:Adjacent stations/Erie Railroad/sandbox
Appearance
This is the module sandbox page for Module:Adjacent stations/Erie Railroad (diff). |
This is a data module for Module:Adjacent stations. It supports former services operated by Erie Railroad/sandbox.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Allegany Division | Allegany Division |
FFFF00 |
| |
Attica Branch | Attica Branch |
FFFF00 |
| |
Bergen County Railroad | Bergen County Railroad |
FFFF00 |
| |
Bradford Division | Bradford Division |
FFFF00 |
| |
Buffalo Division | Buffalo Division |
FFFF00 |
| |
Buffalo and South Western Railroad | Buffalo and South Western Railroad |
FFFF00 |
| |
Caldwell Branch | Caldwell Branch |
FFFF00 |
| |
Cleveland – Youngstown | Cleveland-Youngstown |
FFFF00 |
| |
Jefferson Division | Jefferson Division |
FFFF00 |
| |
Lodi Branch | Lodi Branch |
FFFF00 |
| |
Main Line | Main Line or main |
FFFF00 |
| |
Middletown and Crawford Branch | Middletown and Crawford Branch |
FFFF00 |
| |
Mount Morris Branch | Mount Morris Branch |
FFFF00 |
| |
New York and Greenwood Lake Railway | New York and Greenwood Lake Railway |
FFFF00 |
| |
New City Branch | New City Branch |
FFFF00 |
| |
New Jersey and New York Railroad | New Jersey and New York Railroad |
FFFF00 |
| |
Newark Branch | Newark Branch |
FFFF00 |
| |
Northern Branch | Northern Branch |
FFFF00 |
| |
Orange Branch | Orange Branch |
FFFF00 |
| |
Pavonia Ferry | Pavonia Ferry |
FFFF00 |
| |
Piermont Branch | Piermont Branch |
FFFF00 |
| |
Rochester Branch | Rochester Branch |
FFFF00 |
| |
Rochester Division | Rochester Division |
FFFF00 |
| |
Weehawken Branch | Weehawken Branch |
FFFF00 |
|
local erie = "%1 station (Erie Railroad)"
local njt = "%1 station (NJ Transit)"
local nlr = "%1 station (Newark Light Rail)"
local ny = "%1 station (New York)"
local oh = "%1 station (Ohio)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Erie Railroad]]",
["system icon"] = "",
["name format"] = "font-weight: bolder; text-transform:uppercase; background-color:#FFFFFF; border:3px solid #000000; padding:0.5em; font-size: 150%;",
["infobox station"] = {
["_header"] = {
["font-weight"] = "bolder",
["text-transform"] = "uppercase",
["background-color"] = "#FFFFFF",
["border"] = "3px solid #000000",
["padding"] = "0.5em",
["font-size"] = "150%",
}
},
["station format"] = {
"%1 station",
["23rd Street"] = "23rd Street Ferry Terminal",
["Allendale"] = njt,
["Andover"] = erie,
["Arden"] = erie,
["Arlington"] = njt,
["Aurora"] = oh,
["Avon"] = erie,
["Barberton"] = erie,
["Bardonia"] = erie,
["Bloomfield Avenue"] = erie,
["Bloomfield"] = erie,
["Broadway"] = njt,
["Buffalo"] = "Lehigh Valley Terminal",
["Caledonia"] = erie,
["Carbondale"] = erie,
["Carlton Hill"] = erie,
["Cedar Grove"] = erie,
["Central Avenue"] = erie,
["Chambers Street"] = "Chambers Street Ferry Terminal",
["Chicago"] = "Dearborn Station",
["Cleveland"] = "Tower City Center#Cleveland Union Terminal",
["Clifton"] = erie,
["Depew"] = erie,
["East 55th"] = erie,
["Emerson"] = njt,
["Englewood"] = erie,
["Essex Street"] = njt,
["Fair Lawn"] = "Broadway station (NJ Transit)",
["Forest Hill"] = erie,
["Glen Rock"] = "Glen Rock–Main Line station",
["Glen Rock-Bergen Line"] = "Glen Rock–Boro Hall station",
["Grove Street"] = nlr,
["Hackensack"] = "Essex Street station (NJ Transit)",
["Harriman"] = erie,
["Harrison"] = erie,
["Hawthorne"] = njt,
["Hillsdale"] = njt,
["Industry"] = "Rochester & Genesee Valley Railroad Museum",
["Jersey City"] = "Pavonia Terminal",
["Lake View"] = erie,
["Lakewood"] = erie,
["Lee Road"] = erie,
["Main Street"] = erie,
["Middletown"] = erie,
["Monroe"] = erie,
["Mortimer"] = erie,
["New Milford"] = erie,
["Niles"] = erie,
["Painted Post"] = erie,
["Park Ridge"] = njt,
["Passaic"] = erie,
["Port Jervis"] = erie,
["Ramsey"] = njt,
["River Street"] = erie,
["Rochester"] = "Erie Railroad Depot (Rochester, New York)",
["Southfields"] = erie,
["Spring Valley"] = ny,
["Union"] = erie,
["Verona"] = erie,
["Walnut Street"] = njt,
["Warren"] = erie,
["Wayne"] = erie,
["Westwood"] = njt,
["Williams Avenue"] = "Teterboro station",
},
["lines"] = {
["_default"] = {
["color"] = "FFFF00",
},
["Bergen County Railroad"] = {
["title"] = "[[Bergen County Line|Bergen County Railroad]]",
["left terminus"] = "Ridgewood",
["right terminus"] = "Jersey City",
},
["Buffalo Division"] = {
["title"] = "Buffalo Division",
["left terminus"] = "Buffalo",
["right terminus"] = "Hornell",
},
["Mahoning Division"] = {
["title"] = "[[Cleveland and Mahoning Valley Railroad|Mahoning Division]]",
["note-mid"] = "First Sub-Division",
["left terminus"] = "Cleveland",
["right terminus"] = "Pymatuning",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Chicago",
["right terminus"] = "Jersey City",
},
["New York and Greenwood Lake Railway"] = {
["title"] = "[[New York and Greenwood Lake Railway (1878–1943)|New York and Greenwood Lake Railway]]",
["left terminus"] = "Sterling Forest",
["right terminus"] = "Jersey City",
},
["New Jersey and New York Railroad"] = {
["title"] = "[[New Jersey and New York Railroad]]",
["left terminus"] = "Haverstraw",
["right terminus"] = "Jersey City",
},
["Newark Branch"] = {
["title"] = "[[Northern Branch]]",
["left terminus"] = "Paterson",
["right terminus"] = "Jersey City",
},
["Northern Branch"] = {
["title"] = "[[Northern Branch]]",
["left terminus"] = "Nyack",
["right terminus"] = "Jersey City",
},
["Orange Branch"] = {
["title"] = "Orange Branch",
["left terminus"] = "West Orange",
["right terminus"] = "Forest Hill",
},
["Pavonia Ferry"] = {
["title"] = "[[Pavonia Ferry]]",
["left terminus"] = "Jersey City",
["right terminus"] = "Chambers Street",
},
["Weehawken Branch"] = {
["title"] = "Weehawken Branch",
["left terminus"] = "Weehawken",
["right terminus"] = "Jersey City",
},
},
}
return p