Module:Adjacent stations/Metro (Minnesota)
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Metro (Minnesota), including and the Minnesota Valley Transportation Authority.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
A Line | A Line or a |
7A8690 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Airport Shuttle or airport |
|
| |
B Line | B Line or b |
7a8690 |
| |
Blue Line | Blue Line or blue |
0053a0 |
| |
Bottineau LRT | Bottineau LRT or bottineau lrt |
0053a0 |
| |
C Line | C Line or c |
7a8690 |
| |
D Line | D Line or d |
7a8690 |
| |
E Line | E Line or e |
7a8690 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | F Line or f |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | G Line or g |
|
| |
Gold Line | Gold Line or gold |
ebca23 |
| |
Green Line | Green Line or green |
008144 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | H Line or h |
|
| |
Orange Line | Orange Line or orange |
f68a1e |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Purple Line or purple |
|
| |
Red Line | Red Line or red |
ed1b2e |
| |
Riverview Corridor | Riverview Corridor or riverview |
000000 |
| |
Southwest LRT | Southwest LRT or southwest lrt |
008144 |
|
local mt = "%1 station (Metro Transit)"
local mvta = "%1 station (MVTA)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Metro (Minnesota)|Metro]]",
["system icon"] = "[[File:Metro Minnesota icon.svg|20px|link=Metro (Minnesota)]]",
["name format"] = "font-size: 160%; font-family:Helvetica; font-weight: bolder; color: #FFFFFF; background-color: #0053a0; padding: 0.4em 4px;",
["station format"] = {
"%1 station",
["10th Street"] = mt,
["38th Street"] = mt,
["46th Street"] = mt,
["140th Street"] = mvta,
["Cedar Grove"] = "Cedar Grove Transit Station",
["Central"] = mt,
["Downtown Minneapolis"] = "%1",
["Franklin Avenue"] = mt,
["Prospect Park"] = mt,
["Ramsey"] = mt,
["Saint Paul Union Depot"] = "%1",
["VA Medical Center"] = mt,
["Western Avenue"] = mt,
["Westgate"] = mt,
},
["lines"] = {
["A Line"] = {
["title"] = "[[A Line (Minnesota)|A Line]]",
["color"] = "7A8690",
["text color"] = "FFFFFF",
["left terminus"] = "46th Street",
["right terminus"] = "Rosedale",
},
["Blue Line"] = {
["title"] = "[[Metro Blue Line (Minnesota)|Blue Line]]",
["color"] = "0053a0",
["text color"] = "FFFFFF",
["left terminus"] = "Target Field",
["right terminus"] = "Mall of America",
},
["B Line"] = {
["title"] = "[[Draft:B Line (Minnesota)|B Line]]",
["color"] = "7a8690",
["text color"] = "FFFFFF",
["left terminus"] = "West Lake",
["right terminus"] = "Union Depot",
},
["Bottineau LRT"] = {
["title"] = "[[Bottineau LRT]]",
["color"] = "0053a0",
["text color"] = "FFFFFF",
["left terminus"] = "Oak Grove Parkway",
["right terminus"] = "Target Field",
},
["C Line"] = {
["title"] = "[[C Line (Minnesota)|C Line]]",
["color"] = "7a8690",
["text color"] = "FFFFFF",
["left terminus"] = "Brooklyn Center",
["right terminus"] = "Downtown Minneapolis",
},
["D Line"] = {
["title"] = "[[D Line (Minnesota)|D Line]]",
["color"] = "7a8690",
["text color"] = "FFFFFF",
["left terminus"] = "Brooklyn Center",
["right terminus"] = "Mall of America",
},
["E Line"] = {
["title"] = "[[E Line (Minnesota)|E Line]]",
["color"] = "7a8690",
["text color"] = "FFFFFF"
},
["Gold Line"] = {
["title"] = "[[Metro Gold Line (Minnesota)|Gold Line]]",
["color"] = "ebca23",
["text color"] = "FFFFFF",
["left terminus"] = "Downtown Saint Paul",
["right terminus"] = "Woodbury 494",
},
["Green Line"] = {
["title"] = "[[Metro Green Line (Minnesota)|Green Line]]",
["color"] = "008144",
["text color"] = "FFFFFF",
["left terminus"] = "Target Field",
["right terminus"] = "Saint Paul Union Depot",
},
["Orange Line"] = {
["title"] = "[[Metro Orange Line (Minnesota)|Orange Line]]",
["color"] = "f68a1e",
["text color"] = "FFFFFF",
["left terminus"] = "Downtown Minneapolis",
["right terminus"] = "I-35W and Burnsville Parkway",
},
["Red Line"] = {
["title"] = "[[Metro Red Line (Minnesota)|Red Line]]",
["color"] = "ed1b2e",
["text color"] = "FFFFFF",
["left terminus"] = "Mall of America",
["right terminus"] = "Apple Valley",
},
["Riverview Corridor"] = {
["title"] = "[[Metro Red Line (Minnesota)|Riverview Corridor]]",
["color"] = "000000",
["text color"] = "FFFFFF",
["left terminus"] = "Mall of America",
["right terminus"] = "Saint Paul Union Depot",
},
["Rush Line"] = {
["title"] = "[[Rush Line Corridor|Rush Line]]",
["color"] = "782b90",
["text color"] = "FFFFFF",
["left terminus"] = "White Bear Lake",
["right terminus"] = "Union Depot",
},
["Southwest LRT"] = {
["title"] = "[[Southwest LRT]]",
["color"] = "008144",
["text color"] = "FFFFFF",
["left terminus"] = "Target Field",
["right terminus"] = "Southwest",
},
},
["aliases"] = {
["a"] = "A Line",
["b"] = "B Line",
["blue"] = "Blue Line",
["bottineau lrt"] = "Bottineau LRT",
["c"] = "C Line",
["d"] = "D Line",
["e"] = "E Line",
["gold"] = "Gold Line",
["green"] = "Green Line",
["orange"] = "Orange Line",
["red"] = "Red Line",
["riverview"] = "Riverview Corridor",
["rush"] = "Rush Line",
["southwest lrt"] = "Southwest LRT",
}
}
return p