Jump to content

Module:Adjacent stations/Valley Link

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by OrdinaryScarlett (talk | contribs) at 04:09, 20 February 2024 (Add alias). 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",
		["Mountain House"] = "Mountain House Community station",
		["Southfront"] = "Southfront Road 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