Module:Adjacent stations/Morristown and Erie Railroad

< Module:Adjacent stations
Revision as of 22:16, 31 July 2021 by imported>Mackensen (dab Monroe)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local nj = "%1 station (New Jersey)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Morristown and Erie Railroad]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Beaufort"] = nj,
		["Monroe"] = nj,
	},
	["lines"] = {
		["Main Line"] = {
			["title"] = "Main Line",
			["color"] = "f90006",
			["left terminus"] = "Morristown",
			["right terminus"] = "Essex Fells",
		},
	},
}

return p