Jump to content

Module:Adjacent stations/Valley Link

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SleepTrain456 (talk | contribs) at 00:44, 26 January 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Valley Link]]",
	["system color"] = "7ac144",
	["station format"] = {
		"%1 station",
		["Dublin/Pleasanton"] = "Dublin/Pleasanton station",
		["Tracy"] = "Tracy Transit Center",
	},
	["lines"] = {
		["Valley Link"] = {
			["title"] = "Dublin/Pleasanton–Mountain House Community",
			["color"] = "7ac144",
			["left terminus"] = "Dublin/Pleasanton",
			["right terminus"] = "Mountain House Community",
		},
		["Valley Link future phase"] = {
			["title"] = "Dublin/Pleasanton–North Lathrop",
			["note-mid"] = "''Proposed''",
			["color"] = "7ac144",
			["left terminus"] = "Dublin/Pleasanton",
			["right terminus"] = "North Lathrop",
		},
	},
}

return p