This is a data module for Module:Adjacent stations. It supports services operated by Columbian Intramural Railway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main |
191d49 |
|
local CIR = "%1 station (Columbian Intramural Railway)"
local p = {
["lang"] = "en-US",
["system title"] = "Columbian Intramural Railway",
["system color"] = "191d49",
["station format"] = {
"%1 station",
["62nd Street"] = "62nd Street station (Jackson Park)",
["North Loop"] = CIR,
},
["lines"] = {
["Main"] = {
["title"] = "Main Line",
["color"] = "191d49",
["left terminus"] = "North Loop",
["right terminus"] = "South Loop",
},
},
}
return p