This is a data module for Module:Adjacent stations. It supports services operated by Penn Central.
local ny = "%1 station (New York)"
local nyc = "%1 station (New York Central Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[File:PennCentral Logo.svg|18px]] [[Penn Central Transportation Company|Penn Central]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Amsterdam"] = ny,
["Buffalo"] = "Buffalo Central Terminal",
["Colonie–Schenectady"] = "Schenectady station#History",
["New York (Grand Central)"] = "Grand Central Terminal",
["Utica"] = "Union Station (Utica, New York)",
},
["lines"] = {
["_default"] = {
["color"] = "2a7163",
},
["New York-Buffalo"] = {
["title"] = "[[Buffalo, New York|Buffalo]]– [[New York City|New York]] local",
["left terminus"] = "Buffalo",
["right terminus"] = "New York (Grand Central)",
},
},
}
return p