Difference between revisions of "Module:Adjacent stations/Chicago Terminal Transfer Railroad"
Jump to navigation
Jump to search
blackwiki>Cards84664 (←Created page with 'local bo = "%1 station (Baltimore and Ohio Railroad)" local p = { ["lang"] = "en-US", ["system title"] = "Baltimore and Ohio Railroad", ["system icon"] =...') |
blackwiki>Cards84664 |
||
| Line 17: | Line 17: | ||
["title"] = "Suburban service", | ["title"] = "Suburban service", | ||
["left terminus"] = "Chicago Heights", | ["left terminus"] = "Chicago Heights", | ||
| − | ["right terminus"] = " | + | ["right terminus"] = "Chicago", |
}, | }, | ||
["Main"] = { | ["Main"] = { | ||
["title"] = "<small>Chicago & Northern Pacific Main Line</small>", | ["title"] = "<small>Chicago & Northern Pacific Main Line</small>", | ||
["color"] = "f70000", | ["color"] = "f70000", | ||
| − | ["left terminus"] = " | + | ["left terminus"] = "Thatcher's Park", |
| − | ["right terminus"] = " | + | ["right terminus"] = "Chicago", |
}, | }, | ||
["Harlem"] = { | ["Harlem"] = { | ||
["title"] = "<small>Chicago & Northern Pacific Harlem Division</small>", | ["title"] = "<small>Chicago & Northern Pacific Harlem Division</small>", | ||
["color"] = "f70000", | ["color"] = "f70000", | ||
| − | ["left terminus"] = " | + | ["left terminus"] = "Altenheim", |
| − | ["right terminus"] = " | + | ["right terminus"] = "Chicago", |
}, | }, | ||
}, | }, | ||
Revision as of 19:21, 12 March 2020
Documentation for this module may be created at Module:Adjacent stations/Chicago Terminal Transfer Railroad/doc
local bo = "%1 station (Baltimore and Ohio Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Baltimore and Ohio Railroad]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["60th Street"] = bo,
["63rd Street"] = bo,
["Chicago"] = "Grand Central Station (Chicago)",
},
["lines"] = {
["_default"] = {
["color"] = "00005A",
},
["Chicago Central"] = {
["title"] = "Suburban service",
["left terminus"] = "Chicago Heights",
["right terminus"] = "Chicago",
},
["Main"] = {
["title"] = "<small>Chicago & Northern Pacific Main Line</small>",
["color"] = "f70000",
["left terminus"] = "Thatcher's Park",
["right terminus"] = "Chicago",
},
["Harlem"] = {
["title"] = "<small>Chicago & Northern Pacific Harlem Division</small>",
["color"] = "f70000",
["left terminus"] = "Altenheim",
["right terminus"] = "Chicago",
},
},
}
return p