Module:Adjacent stations/New York, Ontario and Western Railway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by New York, Ontario and Western Railway.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main line or main |
94a5b5 |
| |
New Berlin Branch | New Berlin Branch |
94a5b5 |
| |
Randallsville – Utica | Randallsville-Utica |
94a5b5 |
| |
Scranton – Cadosia | Scranton-Cadosia |
94a5b5 |
| |
Summitville – Kingston | Summitville-Kingston |
94a5b5 |
| |
Summitville – Port Jervis | Summitville-Port Jervis |
94a5b5 |
| |
The Mountaineer | The Mountaineer or mountaineer |
94a5b5 |
|
local ny = "%1 station (New York)"
local nyow = "%1 station (New York, Ontario & Western Railway)"
local nyt = "%1, New York"
local p = {
["lang"] = "en-US",
["system title"] = "[[New York, Ontario and Western Railway]]",
["system icon"] = "",
["name format"] = "font-family: Helvetica; background-color: #F0E68C; font-size: 200%; text-transform:uppercase; color: #000000; 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",
["Cadosia"] = nyow,
["Campbell Hall"] = nyow,
["Cornwall"] = nyow,
["Edmeston"] = ny,
["Kingston"] = "Kingston, New York railroad stations",
["Liberty"] = ny,
["Middletown"] = nyow,
["Monticello"] = ny,
["New Berlin"] = ny,
["Norwich"] = ny,
["Oswego"] = nyow,
["Dickson City"] = nyow,
["Roscoe"] = ny,
["Scranton"] = "Scranton station (Central Railroad of New Jersey)",
["Sidney"] ="Sidney Union Station",
["Weehawken"] = "Weehawken Terminal",
},
["lines"] = {
["_default"] = {
["color"] = "94a5b5",
},
["New Berlin Branch"] = {
["title"] = "New Berlin Branch",
["left terminus"] = "Sidney",
["right terminus"] = "Edmeston",
},
["Main line"] = {
["title"] = "Main Line",
["left terminus"] = "Oswego",
["right terminus"] = "Weehawken",
},
["Randallsville-Utica"] = {
["title"] = "[[Randallsville, New York|Randallsville]] – [[Utica, New York|Utica]]",
["left terminus"] = "Randallsville",
["right terminus"] = "Utica",
},
["Scranton-Cadosia"] = {
["title"] = "[[Scranton]] – [[Cadosia, New York|Cadosia]]",
["left terminus"] = "Scranton",
["right terminus"] = "Cadosia",
},
["Summitville-Kingston"] = {
["title"] = "[[Summitville, New York|Summitville]] – [[Kingston, New York|Kingston]]",
["left terminus"] = "Summitville",
["right terminus"] = "Kingston",
},
["Summitville-Port Jervis"] = {
["title"] = "[[Summitville, New York|Summitville]] – [[Port Jervis]]",
["left terminus"] = "Port Jervis",
["right terminus"] = "Summitville",
},
["The Mountaineer"] = {
["title"] = "''The Mountaineer''",
["left terminus"] = "Roscoe",
["right terminus"] = "Weehawken",
},
},
["aliases"] = {
["main"] = "Main Line",
["mountaineer"] = "The Mountaineer",
}
}
return p