Jump to content

Module:Adjacent stations/Cape Cod Central Railroad

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 22:21, 2 March 2019 (Created page with 'local cccr = "%1 station (CCCR)" local ma = "%1 station (Massachusetts)" local p = { ["lang"] = "en-US", ["system title"] = "Cape Cod Central Railroad",...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local cccr = "%1 station (CCCR)"
local ma = "%1 station (Massachusetts)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Cape Cod Central Railroad]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hyannis"] = cccr,
		["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