Module:Adjacent stations/Cape Cod Central Railroad

MyWikiBiz, Author Your Legacy — Thursday October 03, 2024
< Module:Adjacent stations
Revision as of 18:20, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Cape Cod Central Railroad)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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