Module:Adjacent stations/Valley Metro

local p = {
	["system title"] = "[[Valley Metro]]",
	["system icon"] = "[[File:Valley Metro logo simplified.svg|15px|link=Valley Metro]]",
	["system color"] = "591769",
	["name format"] = {
		"",
		["black"] = "background-color: #000; font-size: 175%; font-family: helvetica; color: white; padding:5px;"
	},
	["station format"] = {
		"%1 station",
		["3rd Street/Jefferson"] = "3rd Street/Jefferson and 3rd Street/Washington stations",
		["3rd Street/Washington"] = "3rd Street/Jefferson and 3rd Street/Washington stations",
		["5th Street"] = "5th Street and 6th Street stations (Tempe)",
		["6th Street"] = "5th Street and 6th Street stations (Tempe)",
		["12th Street/Jefferson"] = "12th Street/Jefferson and 12th Street/Washington stations",
		["12th Street/Washington"] = "12th Street/Jefferson and 12th Street/Washington stations",
		["24th Street/Jefferson"] = "24th Street/Jefferson and 24th Street/Washington stations",
		["24th Street/Washington"] = "24th Street/Jefferson and 24th Street/Washington stations",
		["Jefferson/1st Avenue"] = "Jefferson/1st Avenue and Washington/Central Avenue stations",
		["Lincoln/1st Avenue"] = "Lincoln/1st Avenue and Lincoln/Central Avenue stations",
		["Lincoln/Central Avenue"] = "Lincoln/1st Avenue and Lincoln/Central Avenue stations",
		["Rural Rd/Apache Blvd Station"] = "[[Tempe Streetcar#Rural Rd/Apache Blvd|Rural Rd/Apache Blvd]]",
		["Van Buren/1st Avenue"] = "Van Buren/1st Avenue and Van Buren/Central Avenue stations",
		["Van Buren/Central Avenue"] = "Van Buren/1st Avenue and Van Buren/Central Avenue stations",
		["Washington/Central Avenue"] = "Jefferson/1st Avenue and Washington/Central Avenue stations",
		["Downtown Hub"] = "Jefferson/1st Avenue and Washington/Central Avenue stations",
	},
	["lines"] = {
		["Valley Metro Rail"] = {
			["title"] = "[[Valley Metro Rail]]",
			["color"] = "2a95d3",
			["left terminus"] = "Metro Parkway",
			["right terminus"] = "Gilbert Road/Main Street",
		},
		["South Central"] = {
			["title"] = "[[South Central Extension]]",
			["color"] = "000000",
			["left terminus"] = "Metro Parkway",
			["right terminus"] = "Baseline/Central Avenue",
		},
		["Tempe Streetcar"] = {
			["title"] = "[[Tempe Streetcar]]",
			["color"] = "a8d059",
			["icon"] = "[[File:Logo Tempe Streetcar.svg|15px|link=Tempe Streetcar]]",
			["left terminus"] = "Marina Heights/Rio Salado Parkway",
			["right terminus"] = "Dorsey/Apache Boulevard",
		},
	},
}

return p