Module:Adjacent stations/Delaware, Lackawanna and Western Railroad/sandbox

From Wikipedia, the free encyclopedia
local dlw = "%1 station (Delaware, Lackawanna and Western Railroad)"
local nj = "%1 station (New Jersey)"
local njt = "%1 station (NJ Transit)"
local ny = "%1 station (New York)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Delaware, Lackawanna and Western Railroad]]",
	["system icon"] = "",
	["system color"] = "013220",
	["name format"] = "font-family: Times New Roman ; background-color: #013220; font-size: 200%; text-transform:uppercase; color: #d7dcbe; 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"] = "Times New Roman",
			["background-color"] = "#013220",
			["font-size"] = "200%",
			["text-transform"] = "uppercase",
			["color"] = "#D7DCBE",
			["padding"] = "0.5em",
			["line-height"] = "0.5",
			["white-space"] = "nowrap",
			["border-bottom"] = "10px solid #E31937",
			["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",
		["Andover"] = dlw,
		["Binghamton"] = "Railroad Terminal Historic District",
		["Buffalo"] = "NFTA Rail Maintenance Yard",
		["Chatham"] = njt,
		["Clifton"] = njt,
		["Corning"] = dlw,
		["Delaware Water Gap"] = dlw,
		["Dover"] = njt,
		["Far Hills–Bedminster"] = "Far Hills station",
		["Gladstone"] = njt,
		["Grove Street"] = dlw,
		["Hampton"] = dlw,
		["Harrison"] = njt,
		["Highland Avenue"] = njt,
		["Hoboken"] = "Hoboken Terminal",
		["Leicester"] = ny,
		["Madison"] = njt,
		["Montclair"] = "Lackawanna Terminal (Montclair, New Jersey)",
		["Mountain View"] = dlw,
		["Murray Hill"] = njt,
		["Newark"] = "Newark Broad Street station",
		["Orange"] = njt,
		["Passaic"] = njt,
		["Paterson"] = dlw,
		["Phillipsburg"] = "Phillipsburg Union Station",
		["Portland"] = dlw,
		["Scranton"] = "Radisson Lackawanna Station Hotel",
		["Secaucus"] = dlw,
		["Stirling"] = njt,
		["Summit"] = njt,
		["Utica"] = "Union Station (Utica, New York)",
		["Washington"] = nj,
		["Waterloo"] = dlw,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "013220",	
		},
		["Boonton Branch"] = {
			["title"] = "[[Boonton Line]]",
			["left terminus"] = "Dover",
			["right terminus"] = "Hoboken",
		},
		["Gladstone Branch"] = {
			["title"] = "[[Gladstone Branch]]",
			["left terminus"] = "Gladstone",
			["right terminus"] = "Hoboken",
		},
		["Hampton Branch"] = {
			["title"] = "Hampton Branch",
			["left terminus"] = "Hampton",
			["right terminus"] = "Washington",
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Buffalo",
			["right terminus"] = "Hoboken",
		},
		["Montclair Branch"] = {
			["title"] = "[[Montclair-Boonton Line|Montclair Branch]]",
			["left terminus"] = "Montclair",
			["right terminus"] = "Hoboken",
		},
		["Old Main Line"] = {
			["title"] = "[[Lackawanna Old Road|Old Main Line]]",
			["left terminus"] = {"Portland", "Phillipsburg"},
			["right terminus"] = "Lake Hopatcong",
		},
		["Oswego Branch"] = {
			["title"] = "Oswego Branch",
			["left terminus"] = "Oswego",
			["right terminus"] = "Binghamton",
		},
		["Phillipsburg Branch"] = {
			["title"] = "Phillipsburg Branch",
			["left terminus"] = "Phillipsburg",
			["right terminus"] = "Washington",
		},
		["Richfield Springs Branch"] = {
			["title"] = "Richfield Springs Branch",
			["left terminus"] = "Richfield Junction",
			["right terminus"] = "Richfield Springs",
		},
		["Rockaway Branch"] = {
			["title"] = "Rockaway Branch",
			["left terminus"] = "Dover",
			["right terminus"] = "Denville",
		},
		["Sussex Branch"] = {
			["title"] = "[[Sussex Railroad|Sussex Branch]]",
			["left terminus"] = "Branchville",
			["right terminus"] = "Hoboken",
		},
		["Utica Branch"] = {
			["title"] = "Utica Branch",
			["left terminus"] = "Utica",
			["right terminus"] = "Binghamton",
		},
	},
	["aliases"] = {
		["hampton"] = "Hampton Branch",
		["main"] = "Main Line",
		["old main"] = "Old Main Line",
		["rockaway"] = "Rockaway Branch",
	},
}

return p