Jump to content

Module:Adjacent stations/Penn Central

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Cards84664 (talk | contribs) at 16:51, 23 November 2022 (size). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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