This is a data module for Module:Adjacent stations. It supports services operated by Northern Indiana Commuter Transportation District. For the former operator of the South Shore Line, use Module:Adjacent stations/Chicago South Shore and South Bend Railroad.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
South Shore Line | South Shore Line or south shore |
891b0f |
| |
Monon Corridor | Monon Corridor or monon |
ddd4b7 |
|
local ill = "%1 station (Illinois)"
local ind = "%1 station (Indiana)"
local metra = "%1 station (Metra)"
local ssl = "%1 station (South Shore Line)"
local p = {
["lang"] = "en-US",
["system title"] = "[[South Shore Line|NICTD]]",
["system icon"] = "",
["system color"] = "891b0f",
["name format"] = "font-size: 150%; font-family:Futura, Helvetica, sans; text-transform:uppercase; font-weight: bolder; line-height: 100%; color: #FFFFFF; background-color: #891b0f; border: 0px solid #FFFFFF; border-top-left-radius: 0.5em; border-top-right-radius: 0.5em; border-bottom-right-radius: 0.5em; border-bottom-left-radius: 0.5em; margin: 0.5em; text-align: center; margin-top: 5px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; padding:6px;",
["header background color"] = "891b0f",
["station format"] = {
"%1 station",
["11th Street"] = ind,
["18th Street"] = ill,
["57th Street"] = "55th–56th–57th Street station",
["63rd Street"] = metra,
["Gary Metro Center"] = "[[Adam Benjamin Metro Center|Gary Metro Center]]",
["Hammond"] = "[[Hammond Gateway station#History|Hammond]]",
["Millennium Station"] = "%1",
["New Carlisle"] = ssl,
["Tremont"] = ind,
},
["lines"] = {
["South Shore Line"] = {
["title"] = "[[South Shore Line]]",
["color"] = "891b0f",
["left terminus"] = "Millennium Station",
["right terminus"] = "South Bend Airport",
},
["Monon Corridor"] ={
["title"] = "[[West Lake Corridor|Monon Corridor]]",
["color"] = "ddd4b7",
["left terminus"] = {"Hammond Gateway", "Millennium Station"},
["right terminus"] = "Munster/Dyer Main Street",
["types"] = {
["peak hours"] = {
["title"] = "",
["left terminus"] = "Millennium Station",
["right terminus"] = "Munster/Dyer Main Street",
["note-mid"] = "''peak hours''",
}
}
},
},
["aliases"] = {
["monon"] = "Monon Corridor",
["south shore"] = "South Shore Line",
["west lake"] = "Monon Corridor",
["west lake corridor"] = "Monon Corridor"
}
}
return p