Module:Adjacent stations/New York and Long Branch Railroad
Appearance
This is a data module for Module:Adjacent stations. It supports former services operated by New York and Long Branch Railroad.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main Line |
B52424 |
|
local nj = "%1 station (New Jersey)"
local njt = "%1 station (NJ Transit)"
local p = {
["lang"] = "en-US",
["system title"] = "[[New York and Long Branch Railroad]]",
["system icon"] = "",
["system color"] = "B52424",
["station format"] = {
"%1 station",
["Bay Head Junction"] = "Bay Head station",
["Como"] = nj,
["Deal"] = nj,
["Matawan"] = "Aberdeen-Matawan station",
["Middletown"] = njt,
["Morgan"] = nj,
["West End"] = nj,
},
["lines"] = {
["Main Line"] = {
["title"] = "Main Line",
["color"] = "B52424",
["left terminus"] = "Bay Head Junction",
["right terminus"] = "Perth Amboy",
},
},
}
return p