Module:Adjacent stations/Cape Cod and Hyannis Railroad
MyWikiBiz, Author Your Legacy — Thursday November 14, 2024
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:20, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Cape Cod and Hyannis Railroad)
Template:Adjacent stations doc For the current services on Cape Cod, use Module:Adjacent stations/MBTA.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
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/Lakeville station", ["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