Module:Adjacent stations/MUNI

This is an old revision of this page, as edited by Pi.1415926535 (talk | contribs) at 05:18, 1 September 2019 (allow short names for Folsom and Brannan). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local caltrain = "%1 station (Caltrain)"
local metro = "%1 station (Muni Metro)"

local p = {
	["system title"] = "[[San Francisco Municipal Railway|Muni]]",
	["system icon"] = "[[File:BSicon_LOGO_SFmuni.svg|19px|link=San Francisco Municipal Railway]]",
	["system color"] = "cc0033",
	["station format"] = {
		"%1 station",
		["17th Street and Castro"] = "Castro station",
		["20th Street"] = metro,
		["23rd Street"] = metro,
		["4th and King"] = "San Francisco 4th and King Street station",
		["Bayshore"] = caltrain,
		["Brannan"] = "The Embarcadero and Brannan station",
		["Chinatown"] = metro,
		["Church"] = metro,
		["Civic Center"] = "Civic Center/UN Plaza station",
		["East Bay Terminal"] = "San Francisco Transbay Terminal",
		["Evans"] = metro,
		["Ferry Building"] = "San Francisco Ferry Building",
		["Folsom"] = "The Embarcadero and Folsom station",
		["Forest Hill"] = metro,
		["Irving and 2nd Avenue"] = "Irving and Arguello / Irving and 2nd Avenue stations",
		["Irving and Arguello"] = "Irving and Arguello / Irving and 2nd Avenue stations",
		["Judah and 15th Avenue"] = "Judah and 15th Avenue / Judah and 16th Avenue stations",
		["Judah and 16th Avenue"] = "Judah and 15th Avenue / Judah and 16th Avenue stations",
		["Judah and 22nd Avenue"] = "Judah and 22nd Avenue / Judah and 23rd Avenue stations",
		["Judah and 23rd Avenue"] = "Judah and 22nd Avenue / Judah and 23rd Avenue stations",
		["Mariposa"] = metro,
		["Market and The Embarcadero"] = "San Francisco Ferry Building",
		["Montgomery"] = "Montgomery Street station",
		["Ocean Beach"] = "Judah and La Playa station",
		["Orizaba and Broad"] = "Broad and Orizaba station",
		["Phelan Loop"] = "Ocean and Lee station",
		["Powell"] = "Powell Street station",
		["San Jose/Glen Park"] = "[[San Jose/Glen Park station|San Jose/​Glen Park]]",
		["The Embarcadero and Harrison"] = "The Embarcadero and Folsom station",
		["Transbay Terminal"] = "San Francisco Transbay Terminal",
		["UCSF Medical Center"] = "Mariposa station (Muni Metro)",
		["Union Square/Market Street"] = "[[Union Square/Market Street station|Union Square/​Market Street]]",
		["Williams"] = metro,
		["Yerba Buena/Moscone"] = "[[Yerba Buena/Moscone station|Yerba Buena/​Moscone]]",
		-- F Market & Wharves Market street stations
		["Market and 1st Street"] = "Market and 1st Street / Market and Battery stations",
		["Market and 2nd Street"] = "Montgomery Street station",
		["Market and 3rd Street"] = "Market and 3rd Street / Market and Kearny stations",
		["Market and 4th Street"] = "Powell Street station",
		["Market and 5th Street"] = "Powell Street station",
		["Market and 6th Street"] = "Market and 6th Street / Market and Taylor stations",
		["Market and 7th Street"] = "Civic Center/UN Plaza station",
		["Market and 8th Street"] = "Civic Center/UN Plaza station",
		["Market and 9th Street"] = "Market and 9th Street / Market and Larkin stations",
		["Market and Battery"] = "Market and 1st Street / Market and Battery stations",
		["Market and Buchanan"] = "Market and Dolores / Market and Buchanan stations",
		["Market and Church"] = "Church station (Muni Metro)",
		["Market and Dolores"] = "Market and Dolores / Market and Buchanan stations",
		["Market and Dolores / Market and Buchanan"] = "Market and Dolores / Market and Buchanan stations",
		["Market and Drumm"] = "Embarcadero station",
		["Market and Drumm RDT"] = "{{BSsplit|[[Embarcadero station|Market and Main /]]|[[Embarcadero station|Market and Drumm]]}}",
		["Market and Guerrero"] = "Market and Guerrero / Market and Laguna stations",
		["Market and Hyde"] = "Civic Center/UN Plaza station",
		["Market and Kearny"] = "Market and 3rd Street / Market and Kearny stations",
		["Market and Laguna"] = "Market and Guerrero / Market and Laguna stations",
		["Market and Larkin"] = "Market and 9th Street / Market and Larkin stations",
		["Market and New Montgomery"] = "Montgomery Street station",
		["Market and Main"] = "Embarcadero station",
		["Market and Stockton"] = "Powell Street station",
		["Market and Taylor"] = "Market and 6th Street / Market and Taylor stations",
		-- M Ocean View termini
		["San Jose and Geneva"] = "Balboa Park station",
		["San Jose and Niagara"] = "Balboa Park station",
	},
	["lines"] = {
		["E"] = {
			["title"] = "[[E Embarcadero]]",
			["color"] = "666666",
			["left terminus"] = "Jones and Beach",
			["right terminus"] = "4th and King",
		},
		["F"] = {
			["title"] = "[[F Market & Wharves]]",
			["color"] = "f0e68c",
			["left terminus"] = "17th Street and Castro",
			["right terminus"] = "Jones and Beach",
		},
		["J"] = {
			["title"] = "[[J Church]]",
			["color"] = "faa634",
			["left terminus"] = "Balboa Park",
			["right terminus"] = "Embarcadero",
		},
		["K"] = {
			["title"] = "[[K Ingleside]]",
			["color"] = "569bbe",
			["left terminus"] = "Balboa Park",
			["right terminus"] = "Sunnydale",
		},
		["L"] = {
			["title"] = "[[L Taraval]]",
			["color"] = "92278f",
			["left terminus"] = "Wawona and 46th Avenue",
			["right terminus"] = "Embarcadero",
		},
		["M"] = {
			["title"] = "[[M Ocean View]]",
			["color"] = "008752",
			["left terminus"] = "San Jose and Geneva",
			["right terminus"] = "Embarcadero",
		},
		["N"] = {
			["title"] = "[[N Judah]]",
			["color"] = "00539b",
			["left terminus"] = "Ocean Beach",
			["right terminus"] = "4th and King",
		},
		["S"] = {
			["title"] = "[[S Shuttle]]",
			["color"] = "ffcc00",
			["left terminus"] = "West Portal",
			["right terminus"] = "Embarcadero",
		},
		["T"] = {
			["title"] = "[[T Third Street]]",
			["color"] = "d31245",
			["left terminus"] = "Balboa Park",
			["right terminus"] = "Sunnydale",
		},
	},
}

return p