This is a data module for Module:Adjacent stations. It supports services operated by Elgin and Belvidere Electric Company.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main |
000000 |
|
local cae = "%1 station (Chicago Aurora and Elgin Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Elgin and Belvidere Electric Company|Elgin and Belvidere Railway]]",
["system icon"] = "",
["system color"] = "000000",
["station format"] = {
"%1, Illinois",
["Elgin"] = cae,
},
["lines"] = {
["_default"] = {
["color"] = "000000",
},
["Main"] = {
["title"] = "Main Line",
["left terminus"] = "Belvidere",
["right terminus"] = "Elgin",
}
},
}
return p