Jump to content

Module:Adjacent stations/MUNI

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 23:54, 13 July 2019 (save). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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]]",
	["station format"] = {
		"%1 station",
		["20th Street"] = metro,
		["23rd Street"] = metro,
		["4th and King / Caltrain"] = "San Francisco 4th and King Street station",
		["Bayshore"] = caltrain,
		["Chinatown"] = metro,
		["Church"] = metro,
		["Civic Center"] = "Civic Center/UN Plaza station",
		["Evans"] = metro,
		["Forest Hill"] = metro,
		["Mariposa"] = metro,
		["Montgomery"] = "Montgomery Street station",
		["Powell"] = "Powell Street station",
		["San Jose/Glen Park"] = "[[San Jose/Glen Park station|San Jose/​Glen Park]]",
		["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]]",
	},
	["lines"] = {
		["E"] = {
			["title"] = "[[E Embarcadero]]",
			["color"] = "666666",
			["left terminus"] = "Jones and Beach",
			["right terminus"] = "4th and King / Caltrain",
		},
		["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"] = "Judah and La Playa",
			["right terminus"] = "4th and King / Caltrain",
		},
		["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