Jump to content

Module:Adjacent stations/Erie Railroad

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 20:13, 27 January 2019 (Created page with '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)" l...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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%;",
	["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",	
		},
		["Mahoning Division"] = {
			["title"] = "[[Cleveland and Mahoning Valley Railroad|Mahoning Division]]",
			["note-mid"] = "First Sub-Division",
			["left terminus"] = "Cleveland",
			["right terminus"] = "Pymatuning",
		},
	},
}

return p