Module:Adjacent stations/Lehigh Valley Transit/sandbox

From blackwiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Adjacent stations/Lehigh Valley Transit/sandbox/doc

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;",
	["infobox station"] = {
		["_header"] = {
			["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-left-radius"] = "0em",
			["border-bottom-right-radius"] = "0em",
			["margin"] = "0.25em",
			["text-align"] = "center"
		}
	},		
	["station format"] = {
		"%1 station",
		["Auburn"] = lvrr,
		["Allentown"] = lvrr,
		["Batavia"] = lvrr,
		["Bethlehem"] = "Bethlehem Union Station",
		["Bingley"] = lvrr,
		["Brick Church"] = lvrr,
		["Buffalo"] = "Lehigh Valley Terminal",
		["Caledonia"] = lvrr,
		["Camden"] = lvrr,
		["Cazenovia"] = "Lehigh Valley Railroad Depot (Cazenovia, New York)",
		["Depew"] = lvrr,
		["Easton"] = pa,
                ["Exchange Place"] = "Exchange Place station (Pennsylvania Railroad)",
		["Fair Haven"] = lvrr,
		["Flemington"] = lvrr,
		["Fullerton"] = lvrr,
		["Hillside"] = lvrr,
		["Ithaca"] = "Lehigh Valley Railroad Station (Ithaca, New York)",
		["Jersey City"] = "Central Railroad of New Jersey Terminal",
		["Jim Thorpe"] = lvrr,
		["Laurys"] = lvrr,
		["Longwood"] = lvrr,
		["Moravia"] = lvrr,
		["Newark"] = "Pennsylvania Station (Newark)",
		["New Market"] = lvrr,
		["New York"] = "Pennsylvania Station (1910–1963)",
		["Parkview"] = lvrr,
		["Rochester"] = "Lehigh Valley Railroad Station (Rochester, New York)",
		["Rush"] = lvrr,
		["Sayre"] = lvrr,
		["Stafford"] = lvrr,
		["Three Bridges"] = 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",
		},
		["Ithaca Branch"] = {
			["title"] = "Ithaca Branch",
			["left terminus"] = "Geneva",
			["right terminus"] = "Van Etten",
		},
		["Main Line"] = {
			["title"] = "[[Lehigh Line (Norfolk Southern)#Lehigh Valley Railroad|Main Line]]",
			["left terminus"] = "Buffalo",
			["right terminus"] = {"New York", "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