Module:Adjacent stations/Erie Railroad/sandbox

From Wikipedia, the free encyclopedia
local erie = "%1 station (Erie Railroad)"
local njt = "%1 station (NJ Transit)"
local nlr = "%1 station (Newark Light Rail)"
local ny = "%1 station (New York)"
local oh = "%1 station (Ohio)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Erie Railroad]]",
	["system icon"] = "",
	["name format"] = "font-weight: bolder; text-transform:uppercase; background-color:#FFFFFF; border:3px solid #000000; padding:0.5em; font-size: 150%;",
	["infobox station"] = {
		["_header"] = {
			["font-weight"] = "bolder",
			["text-transform"] = "uppercase",
			["background-color"] = "#FFFFFF",
			["border"] = "3px solid #000000",
			["padding"] = "0.5em",
			["font-size"] = "150%",
		}
	},	
	["station format"] = {
		"%1 station",
		["23rd Street"] = "23rd Street Ferry Terminal",
		["Allendale"] = njt,
		["Andover"] = erie,
		["Arden"] = erie,
		["Arlington"] = njt,
		["Aurora"] = oh,
		["Avon"] = erie,
		["Barberton"] = erie,
		["Bardonia"] = erie,
		["Bloomfield Avenue"] = erie,
		["Bloomfield"] = erie,
		["Broadway"] = njt,
		["Buffalo"] = "Lehigh Valley Terminal",
		["Caledonia"] = erie,
		["Carbondale"] = erie,
		["Carlton Hill"] = erie,
		["Cedar Grove"] = erie,
		["Central Avenue"] = erie,
		["Chambers Street"] = "Chambers Street Ferry Terminal",
		["Chicago"] = "Dearborn Station",
		["Cleveland"] = "Tower City Center#Cleveland Union Terminal",
		["Clifton"] = erie,
		["Depew"] = erie,
		["East 55th"] = erie,
		["Emerson"] = njt,
		["Englewood"] = erie,
		["Essex Street"] = njt,
		["Fair Lawn"] = "Broadway station (NJ Transit)",
		["Forest Hill"] = erie,
		["Glen Rock"] = "Glen Rock–Main Line station",
		["Glen Rock-Bergen Line"] = "Glen Rock–Boro Hall station",
		["Grove Street"] = nlr,
		["Hackensack"] = "Essex Street station (NJ Transit)",
		["Harriman"] = erie,
		["Harrison"] = erie,
		["Hawthorne"] = njt,
		["Hillsdale"] = njt,
		["Industry"] = "Rochester & Genesee Valley Railroad Museum",
		["Jersey City"] = "Pavonia Terminal",
		["Lake View"] = erie,
		["Lakewood"] = erie,
		["Lee Road"] = erie,
		["Main Street"] = erie,
		["Middletown"] = erie,
		["Monroe"] = erie,
		["Mortimer"] = erie,
		["New Milford"] = erie,
		["Niles"] = erie,
		["Painted Post"] = erie,
		["Park Ridge"] = njt,
		["Passaic"] = erie,
		["Port Jervis"] = erie,
		["Ramsey"] = njt,
		["River Street"] = erie,
		["Rochester"] = "Erie Railroad Depot (Rochester, New York)",
		["Southfields"] = erie,
		["Spring Valley"] = ny,
		["Union"] = erie,
		["Verona"] = erie,
		["Walnut Street"] = njt,
		["Warren"] = erie,
		["Wayne"] = erie,
		["Westwood"] = njt,
		["Williams Avenue"] = "Teterboro station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "FFFF00",	
		},
		["Bergen County Railroad"] = {
			["title"] = "[[Bergen County Line|Bergen County Railroad]]",
			["left terminus"] = "Ridgewood",
			["right terminus"] = "Jersey City",
		},
		["Buffalo Division"] = {
			["title"] = "Buffalo Division",
			["left terminus"] = "Buffalo",
			["right terminus"] = "Hornell",
		},
		["Mahoning Division"] = {
			["title"] = "[[Cleveland and Mahoning Valley Railroad|Mahoning Division]]",
			["note-mid"] = "First Sub-Division",
			["left terminus"] = "Cleveland",
			["right terminus"] = "Pymatuning",
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Chicago",
			["right terminus"] = "Jersey City",
		},
		["New York and Greenwood Lake Railway"] = {
			["title"] = "[[New York and Greenwood Lake Railway (1878–1943)|New York and Greenwood Lake Railway]]",
			["left terminus"] = "Sterling Forest",
			["right terminus"] = "Jersey City",
		},
		["New Jersey and New York Railroad"] = {
			["title"] = "[[New Jersey and New York Railroad]]",
			["left terminus"] = "Haverstraw",
			["right terminus"] = "Jersey City",
		},
		["Newark Branch"] = {
			["title"] = "[[Northern Branch]]",
			["left terminus"] = "Paterson",
			["right terminus"] = "Jersey City",
		},
		["Northern Branch"] = {
			["title"] = "[[Northern Branch]]",
			["left terminus"] = "Nyack",
			["right terminus"] = "Jersey City",
		},
		["Orange Branch"] = {
			["title"] = "Orange Branch",
			["left terminus"] = "West Orange",
			["right terminus"] = "Forest Hill",
		},
		["Pavonia Ferry"] = {
			["title"] = "[[Pavonia Ferry]]",
			["left terminus"] = "Jersey City",
			["right terminus"] = "Chambers Street",
		},
		["Weehawken Branch"] = {
			["title"] = "Weehawken Branch",
			["left terminus"] = "Weehawken",
			["right terminus"] = "Jersey City",
		},
	},
}

return p