Module:Adjacent stations/MUNI
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by San Francisco Municipal Railway.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
E Embarcadero | E |
666666 |
| |
F Market & Wharves | F |
f0e68c |
| |
J Church | J |
faa634 |
| |
K Ingleside | K |
569bbe |
| |
L Taraval | L |
92278f |
| |
M Ocean View | M |
008752 |
| |
N Judah | N |
00539b |
| |
S Shuttle | S |
ffcc00 |
| |
T Third Street | T |
d31245 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Van Ness BRT |
|
|
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