Module:Adjacent stations/MetroLink (St. Louis)
Appearance
This is a data module for Module:Adjacent stations. It supports services in St. Louis, Missouri, operated by MetroLink (St. Louis).
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Red Line | Red |
d73648 |
| |
Blue Line | Blue |
1b4298 |
| |
Green Line | Green |
|
|
local stml = "%1 station (MetroLink)"
local p = {
["lang"] = "en-US",
["system title"] = "[[MetroLink (St. Louis)|MetroLink]]",
["system icon"] = "[[File:St Louis MetroLink Logo.svg|20px|link=MetroLink (St. Louis)]]",
["name format"] = "font-family:Helvetica;background-color:#1b4298;text-align:center;font-size:120%;color:white;padding:4px;line-height:95%;",
["station format"] = {
"%1 station",
["Belleville"] = stml,
["Civic Center"] = stml,
["College"] = stml,
["Convention Center"] = stml,
["Emerson Park"] = stml,
["Fairview Heights"] = stml,
["Grand"] = stml,
["Lambert Airport Terminal 1"] = "[[Lambert Airport Terminal 1 station|Lambert Airport Terminal 1]]",
["Lambert Airport Terminal 2"] = "[[Lambert Airport Terminal 2 station|Lambert Airport Terminal 2]]",
["Stadium"] = stml,
["Swansea"] = stml,
["Union Station"] = "Union Station (MetroLink)",
["Washington Park"] = stml,
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (St. Louis MetroLink)|%1 Line]]",
},
["Blue"] = {
["color"] = "1b4298",
["left terminus"] = "Shrewsbury–Lansdowne I-44",
["right terminus"] = "Fairview Heights",
},
["Red"] = {
["color"] = "d73648",
["left terminus"] = "Lambert Airport Terminal 1",
["right terminus"] = "Shiloh–Scott",
},
},
}
return p