Difference between revisions of "Module:Adjacent stations/Chicago and Western Indiana Railroad"
Jump to navigation
Jump to search
blackwiki>Cards84664 |
blackwiki>Cards84664 |
||
| Line 10: | Line 10: | ||
"%1 station", | "%1 station", | ||
["47th Street"] = cwi, | ["47th Street"] = cwi, | ||
| + | ["55th Street"] = cwi, | ||
["Chicago"] = "Dearborn Station", | ["Chicago"] = "Dearborn Station", | ||
}, | }, | ||
Revision as of 20:12, 23 March 2020
Documentation for this module may be created at Module:Adjacent stations/Chicago and Western Indiana Railroad/doc
local il = "%1 station (Illinois)"
local cwi = "%1 station (Chicago and Western Indiana Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Chicago and Western Indiana Railroad]]",
["system icon"] = "",
["system color"] = "edcf59",
["station format"] = {
"%1 station",
["47th Street"] = cwi,
["55th Street"] = cwi,
["Chicago"] = "Dearborn Station",
},
["lines"] = {
["_default"] = {
["color"] = "edcf59",
},
["Suburban"] = {
["title"] = "Suburban service",
["left terminus"] = "Chicago",
["right terminus"] = "Dolton",
},
},
}
return p