This is a data module for Module:Adjacent stations. It supports services operated by Saratoga and North Creek Railway.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Hudson Explorer | Hudson Explorer |
439BC7 |
| |
Saratoga Flyer | Saratoga Flyer |
26336A |
|
local ny = "%1 station (New York)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Saratoga and North Creek Railway]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Corinth"] = ny,
},
["lines"] = {
["_default"] = {
["title"] = "''%1''",
},
["Hudson Explorer"] = {
["color"] = "439BC7",
["left terminus"] = "North Creek",
["right terminus"] = "Saratoga Springs",
},
["Saratoga Flyer"] = {
["color"] = "26336A",
["left terminus"] = "North Creek",
["right terminus"] = "Saratoga Springs",
},
},
}
return p