Jump to content

Module:Adjacent stations/Flushing Railroad

From Wikipedia, the free encyclopedia

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Flushing and North Side Railroad|Flushing Railroad]]",
	["system icon"] = "",
	["system color"] = "000000",
	["name format"] = "background-color: #000000; text-transform: uppercase; font-family: Copperplate, Copperplate Gothic Light, serif; color: white; border: .18em solid white; font-size: 190%; font-weight: bolder; padding: .36em;",
	["station format"] = {
		"%1 station",
		["Hunter's Point"] = "Long Island City station",
		["Maspeth"] = "Maspeth station (Flushing Railroad)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",
		},
		["New York and Flushing Railroad"] = {
			["title"] = "[[Flushing and North Side Railroad#Original New York & Flushing section|%1]]",
			["left terminus"] = "Hunter's Point",
			["right terminus"] = "Winfield Junction",
		},
	},
}

return p