Jump to content

Module:Adjacent stations/Lehigh Valley Railroad

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 02:37, 25 January 2019 (bypass redirect for rochester). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local lvrr = "%1 station (Lehigh Valley Railroad)"
local pa = "%1 station (Pennsylvania)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Lehigh Valley Railroad]]",
	["system icon"] = "",
	["name format"] = "font-family: Helvetica ; background-color: #000000; font-size: 200%; text-transform:uppercase; color: #D4AF37; padding: 0.5em; line-height: 0.5; white-space: nowrap; border: 2px solid #d7dcbe; border-top-left-radius: 0em; border-top-right-radius: 0em; border-bottom-right-radius: 0em; border-bottom-left-radius: 0em; margin: 0.25em; text-align: center;",
	["station format"] = {
		"%1 station",
		["Auburn"] = lvrr,
		["Allentown"] = lvrr,
		["Batavia"] = lvrr,
		["Bethlehem"] = "Bethlehem Union Station",
		["Bingley"] = lvrr,
		["Buffalo"] = "Lehigh Valley Terminal",
		["Caledonia"] = lvrr,
		["Camden"] = lvrr,
		["Depew"] = lvrr,
		["Easton"] = pa,
		["Flemington"] = lvrr,
		["Hillside"] = lvrr,
		["Ithaca"] = "Lehigh Valley Railroad Station (Ithaca, New York)",
		["Jersey City"] = "Central Railroad of New Jersey Terminal",
		["Jim Thorpe"] = lvrr,
		["Laurys"] = lvrr,
		["Rochester"] = "Lehigh Valley Railroad Station (Rochester, New York)",
		["Sayre"] = lvrr,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",	
		},
		["Auburn and Ithaca Branch"] = {
			["title"] = "Auburn and Ithaca Branch",
			["left terminus"] = "Ithaca",
			["right terminus"] = "Auburn",
		},
		["Easton and Northern Branch"] = {
			["title"] = "Easton and Northern Branch",
			["left terminus"] = "Belfast Junction",
			["right terminus"] = "Easton",
		},
		["Elmira and Cortland Branch"] = {
			["title"] = "[[Elmira and Cortland Branch]]",
			["left terminus"] = "Elmira",
			["right terminus"] = "Camden",
		},
		["Flemington Branch"] = {
			["title"] = "[[Flemington Branch]]",
			["left terminus"] = "Flemington Junction",
			["right terminus"] = "Flemington",
		},
		["Main Line"] = {
			["title"] = "[[Lehigh Line (Norfolk Southern)#Lehigh Valley Railroad|Main Line]]",
			["left terminus"] = "Buffalo",
			["right terminus"] = "Jersey City",
		},
		["Niagara Falls Branch"] = {
			["title"] = "Niagara Falls Branch",
			["left terminus"] = "Suspension Bridge",
			["right terminus"] = "Depew",	
		},
		["Rochester Branch"] = {
			["title"] = "Rochester Branch",
			["left terminus"] = "Rochester Junction",
			["right terminus"] = "Rochester",			
		},
	},
}

return p