This is a data module for Module:Adjacent stations. It supports former services operated by Rutland Railroad.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main Line or main |
1E461E |
| |
Rouses Point–Bellows Falls | Bellows Falls |
1E461E |
| |
Rouses Point–North Bennington | North Bennington |
1E461E |
| |
Bennington–North Bennington | Bennington |
1E461E |
| |
Chatham Branch | Chatham Branch |
1E461E |
| |
Addison Branch | Addison Branch |
1E461E |
| |
Ogdensburgh–Alburgh | Ogdensburg-Alburgh |
1E461E |
| |
Green Mountain Flyer / Mount Royal | Green Mountain Flyer |
1E461E |
|
local ny = "%1 station (New York)"
local rrr = "%1 station (Rutland Railroad)"
local vt = "%1 station (Vermont)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Rutland Railroad]]",
["station format"] = {
["Arlington"] = vt,
["Bennington"] = "Bennington Railroad Station",
["Boston"] = "North Station",
["Brandon"] = vt,
["Brooksville"] = rrr,
["Burlington"] = "Union Station (Burlington, Vermont)",
["Chatham"] = "Union Station (Chatham, New York)",
["Chester"] = vt,
["Ferrisburgh"] = "Ferrisburgh–Vergennes station",
["Fort Ticonderoga"] = "Ticonderoga station#History",
["Ludlow"] = vt,
["Montreal"] = "Montreal Central Station",
["New York"] = "Grand Central Terminal",
["North Bennington"] = "North Bennington Depot",
["Riverside"] = rrr,
["Rockingham"] = vt,
["Rouses Point"] = rrr,
["Salisbury"] = rrr,
["Troy"] = "[[Union Station (Troy, New York)|Troy]]",
["Vergennes"] = "Ferrisburgh–Vergennes station",
["Wallingford"] = vt,
"%1 station",
},
["lines"] = {
["_default"] = {
["color"] = "1E461E",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Rouses Point",
["right terminus"] = {"North Bennington", "Bellows Falls"},
},
["Bellows Falls"] = {
["title"] = "Rouses Point–Bellows Falls",
["left terminus"] = "Rouses Point",
["right terminus"] = "Bellows Falls",
},
["North Bennington"] = {
["title"] = "Rouses Point–North Bennington",
["left terminus"] = "Rouses Point",
["right terminus"] = "North Bennington",
},
["Bennington"] = {
["title"] = "Bennington–North Bennington",
["left terminus"] = "North Bennington",
["right terminus"] = "Bennington",
},
["Chatham Branch"] = {
["title"] = "Chatham Branch",
["left terminus"] = "Chatham",
["right terminus"] = "Bennington",
},
["Addison Branch"] = {
["title"] = "Addison Branch",
["left terminus"] = "Fort Ticonderoga",
["right terminus"] = "Leicester Junction",
},
["Ogdensburg-Alburgh"] = {
["title"] = "[[Ogdensburg and Lake Champlain Railroad|Ogdensburgh–Alburgh]]",
["left terminus"] = "Ogdensburg",
["right terminus"] = "Alburgh",
},
["Green Mountain Flyer"] = {
["title"] = "''[[Green Mountain Flyer]]'' / ''Mount Royal''",
["left terminus"] = "Montreal",
["right terminus"] = {"New York", "Boston"},
},
},
["aliases"] = {
["main"] = "Main Line",
}
}
return p