Module:Adjacent stations/Valley Link

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Valley Link]]",
	["system icon"] = "[[File:Logo Valley Link.svg|18px|link=Valley Link]]",
	["system color"] = "7AC144",
	["station format"] = {
		"%1 station",
		["Dublin/Pleasanton"] = "Dublin/Pleasanton station",
		["Mountain House"] = "Mountain House Community station",
		["Southfront"] = "Southfront Road station",
		["Tracy"] = "Tracy Transit Center",
	},
	["lines"] = {
		["Valley Link"] = {
			["title"] = "Initial Operating Phase",
			["color"] = "7AC144",
			["left terminus"] = "Dublin/Pleasanton",
			["right terminus"] = "Mountain House Community",
		},
		["Valley Link future phase"] = {
			["title"] = "Possible future phase",
			["note-mid"] = "''Proposed''",
			["color"] = "7AC144",
			["left terminus"] = "Dublin/Pleasanton",
			["right terminus"] = "North Lathrop",
		},
	},
}

return p