Module:Adjacent stations/Cape Cod and Hyannis Railroad

local amtrak = "%1 station (Amtrak)"

local cccr = "%1 station (CCCR)"

local ma = "%1 station (Massachusetts)"

local mbta = "%1 station (MBTA)"

local p = {

["lang"] = "en-US",

["system title"] = "Cape Cod and Hyannis Railroad",

["system icon"] = "",

["system color"] = "AA0000",

["station format"] = {

"%1 station",

["Attleboro"] = ma,

["Braintree"] = mbta,

["Brockton"] = mbta,

["Bridgewater"] = mbta,

["Holbrook"] = "Holbrook/Randolph station",

["Hyannis"] = "Hyannis Transportation Center",

["Middleborough"] = "Middleborough station#History",

["Sandwich"] = ma,

["Taunton"] = amtrak,

["Wareham"] = "Wareham Village station",

},

["lines"] = {

["_default"] = {

["color"] = "AA0000",

},

["Attleboro Branch"] = {

["title"] = "Attleboro Branch",

["left terminus"] = "Attleboro",

["right terminus"] = {"Hyannis", "Falmouth"},

},

["Falmouth Branch"] = {

["title"] = "Falmouth Branch",

["left terminus"] = {"Braintree", "Attleboro"},

["right terminus"] = "Falmouth",

},

["Main Line"] = {

["title"] = "Braintree-Hyannis",

["left terminus"] = {"Braintree", "Attleboro"},

["right terminus"] = {"Hyannis", "Falmouth"},

},

},

["aliases"] = {

["attleboro"] = "Attleboro Branch",

["falmouth"] = "Falmouth Branch",

["main"] = "Main Line",

},

}

return p