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 22:39, 2 March 2024 (Simplified the name of the future phase.). 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 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