Jump to content

Module:Adjacent stations/Penn Central

From Wikipedia, the free encyclopedia

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