Module:Adjacent stations/Chicago Great Western Railway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Chicago Great Western Railway.
<td style="background:#Lua error at line 38: attempt to perform arithmetic on a string value.; border-top:solid 1px gray;"> <td style="background:#Lua error at line 38: attempt to perform arithmetic on a string value.; border-top:solid 1px gray;"> <td style="background:#Lua error at line 38: attempt to perform arithmetic on a string value.; border-top:solid 1px gray;">Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error at line 38: attempt to perform arithmetic on a string value. | Main Line |
Lua error at line 38: attempt to perform arithmetic on a string value. |
Lua error at line 38: attempt to perform arithmetic on a string value. | |
Lua error at line 38: attempt to perform arithmetic on a string value. | Omaha-Chicago |
Lua error at line 38: attempt to perform arithmetic on a string value. |
Lua error at line 38: attempt to perform arithmetic on a string value. | |
Lua error at line 38: attempt to perform arithmetic on a string value. | Mankato-Simpson |
Lua error at line 38: attempt to perform arithmetic on a string value. |
Lua error at line 38: attempt to perform arithmetic on a string value. |
local cgw = "%1 station (CGW)"
local depot = "%1 Depot"
local il = "%1 station (Illinois)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Chicago Great Western Railway]]",
["system icon"] = "",
["system color"] = "ff761a",
["station format"] = {
"%1 station",
["Chicago"] = "Grand Central Station (Chicago)",
["Maywood"] = cgw,
["Minneapolis"] = "Minneapolis station (Milwaukee Road)",
["St. Paul"] = "Saint Paul Union Depot",
["Woodbine"] = cgw,
},
["lines"] = {
["_default"] = {
["color"] = "ff761a",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Kansas City",
["right terminus"] = "Minneapolis",
},
["Chicago-Oelwein"] = {
["title"] = "[[Chicago]] – [[Oelwein]]",
["left terminus"] = "Oelwein",
["right terminus"] = "Chicago",
},
["Omaha-Oelwein"] = {
["title"] = "[[Omaha]] - [[Oelwein]]",
["left terminus"] = "Omaha",
["right terminus"] = "Oeiwein",
},
["Randolph-Osage"] = {
["title"] = "Randolph" - "Osage",
["left terminus"] = "Osage",
["right terminus"] = "Randolph",
},
},
}
return p