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
local mt = "%1 station (Metro Transit)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Metro (Minnesota)|Metro]]",
["system icon"] = "[[File:Metro Minnesota icon.svg|20px|link=Metro (Minnesota)]]",
["station format"] = {
"%1 station",
["10th Street"] = mt,
["38th Street"] = mt,
["46th Street"] = mt,
["Central"] = mt,
["Franklin Avenue"] = mt,
["Prospect Park"] = mt,
["Ramsey"] = mt,
["Saint Paul Union Depot"] = "%1",
["VA Medical Center"] = mt,
["Western Avenue"] = mt,
["Westgate"] = mt,
},
["lines"] = {
["Blue"] = {
["title"] = "[[Metro Blue Line (Minnesota)|Blue Line]]",
["color"] = "0053a0",
["left terminus"] = "Target Field",
["right terminus"] = "Mall of America",
},
["Gold"] = {
["title"] = "[[Metro Gold Line (Minnesota)|Gold Line]]",
["color"] = "ffd700",
},
["Green"] = {
["title"] = "[[Metro Green Line (Minnesota)|Green Line]]",
["color"] = "008144",
["left terminus"] = "Target Field",
["right terminus"] = "Saint Paul Union Depot",
},
["Orange"] = {
["title"] = "[[Metro Orange Line (Minnesota)|Orange Line]]",
["color"] = "f68a1e",
["left terminus"] = "Minneapolis Gateway",
["right terminus"] = "Kenrick Avenue Park and Ride",
},
["Red"] = {
["title"] = "[[Metro Red Line (Minnesota)|Red Line]]",
["color"] = "ed1b2e",
["left terminus"] = "Mall of America",
["right terminus"] = "Lakeville Cedar",
},
["Rush"] = {
["title"] = "[[Rush Line Corridor|Rush Line]]",
["color"] = "800080",
},
},
}
return p