Jump to content

Module:Adjacent stations/Valley Link

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Pi.1415926535 (talk | contribs) at 21:35, 21 June 2022 (add zero-width spaces). 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"] = "[[Tri-Valley-San Joaquin Valley Regional Rail Authority|Valley Link]]",
	["system color"] = "0060a1",
	["station format"] = {
		"%1 station",
		["Dublin/Pleasanton"] = "[[Dublin/Pleasanton station|Dublin/​Pleasanton]]",
		["Tracy"] = "Tracy Transit Center",
	},
	["lines"] = {
		["Valley Link"] = {
			["title"] = "Dublin/​Pleasanton – North Lathrop",
			["color"] = "0060a1",
			["left terminus"] = "Dublin/Pleasanton",
			["right terminus"] = "North Lathrop",
		},
	},
}

return p