Module:Adjacent stations/Morristown and Erie Railroad
Appearance
This is a data module for Module:Adjacent stations. It supports former services operated by Morristown and Erie Railroad.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main Line |
f90006 |
|
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