Jump to content

Module:Adjacent stations/Penn Central

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 16:47, 23 November 2022 (eh). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(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"] = "[[Penn Central Transportation Company|Penn Central]]",
	["system icon"] = "",
    ["station format"] = {
		"%1 station",
		["Amsterdam"] = ny,
		["Buffalo"] = "Buffalo Central Terminal",
		["New York (Grand Central)"] = "Grand Central Terminal",
	},
	["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