This is a data module for Module:Adjacent stations. It supports services operated by Cape May Seashore Lines.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Richland – Tuckahoe | Richland-Tuckahoe |
d30303 |
| |
Rio Grande – Cape May | Rio Grande-Cape May |
d30303 |
|
local nj = "%1 station (New Jersey)"
local rrr = "%1 station (Reading Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Cape May Seashore Lines]]",
["system icon"] = "",
["system color"] = "d30303",
["station format"] = {
"%1 station",
["Cape May"] = "Cape May City Rail Terminal",
["Rio Grande"] = nj,
["Tuckahoe"] = nj,
},
["lines"] = {
["_default"] = {
["color"] = "d30303",
},
["Richland-Tuckahoe"] = {
["title"] = "[[Richland, New Jersey|Richland]] – [[Tuckahoe, New Jersey|Tuckahoe]]",
["left terminus"] = "Richland",
["right terminus"] = "Tuckahoe",
},
["Rio Grande-Cape May"] = {
["title"] = "[[Rio Grande, New Jersey|Rio Grande]] – [[Cape May, New Jersey|Cape May]]",
["note-mid"] = "(suspended since 2012)",
["left terminus"] = "Rio Grande",
["right terminus"] = "Cape May",
},
},
}
return p