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 |
A9A9A9 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Airport Shuttle or airport |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | B Line or b |
|
| |
Blue Line | Blue Line or blue |
0053a0 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Bottineau LRT or bottineau lrt |
|
| |
C Line | C Line or c |
A9A9A9 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | D Line or d |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | E Line or e |
|
| |
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 |
ffd700 |
| |
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 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Riverview Corridor or riverview |
|
| |
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: #1132c7; 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]]",
["short name"] = "A",
["color"] = "A9A9A9",
["text color"] = "FFFFFF",
},
["Blue Line"] = {
["title"] = "[[Metro Blue Line (Minnesota)|Blue Line]]",
["color"] = "0053a0",
["left terminus"] = "Target Field",
["right terminus"] = "Mall of America",
},
["C Line"] = {
["title"] = "[[C Line (Minnesota)|C Line]]",
["short name"] = "C",
["color"] = "A9A9A9",
["text color"] = "FFFFFF",
},
["Gold Line"] = {
["title"] = "[[Metro Gold Line (Minnesota)|Gold Line]]",
["color"] = "ffd700",
},
["Green Line"] = {
["title"] = "[[Metro Green Line (Minnesota)|Green Line]]",
["color"] = "008144",
["left terminus"] = "Target Field",
["right terminus"] = "Saint Paul Union Depot",
},
["Orange Line"] = {
["title"] = "[[Metro Orange Line (Minnesota)|Orange Line]]",
["color"] = "f68a1e",
["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",
},
["Rush Line"] = {
["title"] = "[[Rush Line Corridor|Rush Line]]",
["color"] = "800080",
},
["Southwest LRT"] = {
["title"] = "[[Southwest LRT]]",
["color"] = "008144",
["left terminus"] = "Target Field",
["right terminus"] = "Southwest",
},
},
["aliases"] = {
["a"] = "A Line",
["blue"] = "Blue Line",
["c"] = "C Line",
["gold"] = "Gold Line",
["green"] = "Green Line",
["orange"] = "Orange Line",
["red"] = "Red Line",
["rush"] = "Rush Line",
["southwest lrt"] = "Southwest LRT",
}
}
return p