Module:Adjacent stations/Vermont Railway

From Wikipedia, the free encyclopedia

local vt = "%1 station (Vermont)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Vermont Railway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Burlington"] = "Union Station (Burlington, Vermont)",
		["Charlotte"] = vt,
	},
	["lines"] = {
		["Champlain Flyer"] = {
			["title"] = "''[[Champlain Flyer]]''",
			["color"] = "5A8562",
			["left terminus"] = "Burlington",
			["right terminus"] = "Charlotte",
		},
		["Champlain Valley Flyer"] = {
			["title"] = "''[[Champlain Valley Flyer]]''",
			["color"] = "093813",
			["left terminus"] = "Burlington",
			["right terminus"] = "Charlotte",
		},	
	},
}

return p