This is a data module for Module:Adjacent stations. It supports former services operated by Nickel Plate Road.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Nickel Plate |
0e007e |
| |
St. Louis – Toledo | Clover Leaf |
0e007e |
| |
Michigan City – Indianapolis | Indianapolis Division |
0e007e |
| |
Peoria – Fostoria | Peoria Division |
0e007e |
| |
Cleveland – St. Louis | Cleveland-St. Louis |
0e007e |
|
local il = "%1 station (Illinois)"
local ind = "%1 station (Indiana)"
local ny = "%1 station (New York)"
local oh = "%1 station (Ohio)"
local pa = "%1 station (Pennsylvania)"
local nkp = "%1 station (New York, Chicago and St. Louis Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Nickel Plate Road]]",
["system icon"] = "",
["system color"] = "0e007e",
["station format"] = {
"%1 station",
["Buffalo"] = "NFTA Rail Maintenance Yard",
["Chicago"] = "LaSalle Street Station",
["Cleveland"] = "Tower City Center#Cleveland Union Terminal",
["De Soto"] = ind,
["Dunkirk"] = ny,
["Englewood"] = "Englewood station (Chicago)",
["Farmdale"] = il,
["Fostoria"] = nkp,
["Gilman"] = ind,
["Grand Rapids"] = oh,
["Hammond"] = nkp,
["Indianapolis"] = "Indianapolis Union Station",
["Massachusetts Avenue"] = "Massachusetts Avenue station (Indianapolis)",
["New Richmond"] = ind,
["Peoria"] = "Peoria Union Station",
["St. Louis"] = "Union Station (St. Louis)",
["Toledo"] = "Martin Luther King Jr. Plaza (Toledo)",
},
["lines"] = {
["_default"] = {
["color"] = "0e007e",
},
["Nickel Plate"] = {
["title"] = "Main Line",
["left terminus"] = "Chicago",
["right terminus"] = "Buffalo",
},
["Clover Leaf"] = {
["title"] = "[[Toledo, St. Louis and Western Railroad|St. Louis – Toledo]]",
["left terminus"] = "St. Louis",
["right terminus"] = "Toledo",
["color"] = "0e007e",
},
["Indianapolis Division"] = {
["title"] = "[[Lake Erie and Western Railroad|Michigan City – Indianapolis]]",
["left terminus"] = "Michigan City",
["right terminus"] = "Indianapolis",
["color"] = "0e007e",
},
["Peoria Division"] = {
["title"] = "[[Lake Erie and Western Railroad|Peoria – Fostoria]]",
["left terminus"] = "Peoria",
["right terminus"] = "Fostoria",
["color"] = "0e007e",
},
["Cleveland-St. Louis"] = {
["title"] = "[[Cleveland]] – [[St. Louis]]",
["left terminus"] = "St. Louis",
["right terminus"] = "Cleveland",
["color"] = "0e007e",
},
["aliases"] = {
["main line"] = "Nickel Plate",
["main"] = "Nickel Plate",
["st. louis-Toledo"] = "Clover Leaf",
["michigan city-indianapolis"] = "Indianapolis Division",
["peoria-fostoria"] = "Peoria Division",
},
},
}
return p