Module:Adjacent stations/Cape Cod Central Railroad
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Cape Cod Central Railroad. For the Cape Cod and Hyannis Railroad, use Module:Adjacent stations/Cape Cod and Hyannis Railroad.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main Line |
992135 |
|
local cccr = "%1 station (CCCR)"
local ma = "%1 station (Massachusetts)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Cape Cod Central Railroad]]",
["system icon"] = "",
["system color"] = "992135",
["station format"] = {
"%1 station",
["Hyannis"] = "Hyannis Transportation Center",
["Sandwich"] = ma,
},
["lines"] = {
["Main Line"] = {
["title"] = "Main Line",
["color"] = "992135",
["left terminus"] = "Buzzards Bay",
["right terminus"] = "Hyannis",
},
},
["aliases"] = {
["cape cod central railroad"] = "Main Line",
},
}
return p