Module:Adjacent stations/Valley Metro

Revision as of 08:02, 20 May 2022 by imported>BotChoco (Changed Tempe Streetcar's color to match official shade. Changed left terminus of Tempe Streetcar to reflect accurate naming of Marina Heights / Rio Salado Pkwy station.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Adjacent stations doc

Lines edit source

Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc


local p = {
	["system title"] = "[[Valley Metro]]",
	["system icon"] = "[[File:Valley Metro logo simplified.svg|15px|link=Valley Metro]]",
	["system color"] = "5b2366",
	["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",
		["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",
	},
	["lines"] = {
		["Valley Metro Rail"] = {
			["title"] = "[[Valley Metro Rail]]",
			["color"] = "00a3e0",
			["left terminus"] = "19th Avenue/Dunlap",
			["right terminus"] = "Gilbert Road/Main Street",
		},
		["South Central"] = {
			["title"] = "[[South Central Extension]]",
			["color"] = "000000",
			["left terminus"] = "19th Avenue/Dunlap",
			["right terminus"] = "Baseline/Central Avenue",
		},
		["Tempe Streetcar"] = {
			["title"] = "[[Tempe Streetcar]]",
			["color"] = "a9cd4d",
			["left terminus"] = "Marina Heights/Rio Salado Parkway",
			["right terminus"] = "Dorsey/Apache Boulevard",
		},
	},
}

return p