Module:Adjacent stations/Frisco
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by St. Louis–San Francisco Railway.
<td style="background:#Lua error at line 33: attempt to perform arithmetic on a string value.; border-top:solid 1px gray;"> <td style="background:#Lua error at line 33: attempt to perform arithmetic on a string value.; border-top:solid 1px gray;"> <td style="background:#Lua error at line 33: attempt to perform arithmetic on a string value.; border-top:solid 1px gray;"> <td style="background:#Lua error at line 33: attempt to perform arithmetic on a string value.; border-top:solid 1px gray;"> <td style="background:#Lua error at line 33: attempt to perform arithmetic on a string value.; border-top:solid 1px gray;"> <td style="background:#Lua error at line 33: attempt to perform arithmetic on a string value.; border-top:solid 1px gray;"> <td style="background:#Lua error at line 33: attempt to perform arithmetic on a string value.; border-top:solid 1px gray;"> <td style="background:#Lua error at line 33: attempt to perform arithmetic on a string value.; border-top:solid 1px gray;"> <td style="background:#Lua error at line 33: attempt to perform arithmetic on a string value.; border-top:solid 1px gray;"> <td style="background:#Lua error at line 33: attempt to perform arithmetic on a string value.; border-top:solid 1px gray;"> <td style="background:#Lua error at line 33: attempt to perform arithmetic on a string value.; border-top:solid 1px gray;">Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error at line 33: attempt to perform arithmetic on a string value. | Main |
Lua error at line 33: attempt to perform arithmetic on a string value. |
Lua error at line 33: attempt to perform arithmetic on a string value. | |
Lua error at line 33: attempt to perform arithmetic on a string value. | Kansas City-Birmingham |
Lua error at line 33: attempt to perform arithmetic on a string value. |
Lua error at line 33: attempt to perform arithmetic on a string value. | |
Lua error at line 33: attempt to perform arithmetic on a string value. | Oklahoma City-Fort Scott |
Lua error at line 33: attempt to perform arithmetic on a string value. |
Lua error at line 33: attempt to perform arithmetic on a string value. | |
Lua error at line 33: attempt to perform arithmetic on a string value. | Memphis–St. Louis |
Lua error at line 33: attempt to perform arithmetic on a string value. |
Lua error at line 33: attempt to perform arithmetic on a string value. | |
Lua error at line 33: attempt to perform arithmetic on a string value. | Ellsworth-Monett |
Lua error at line 33: attempt to perform arithmetic on a string value. |
Lua error at line 33: attempt to perform arithmetic on a string value. | |
Lua error at line 33: attempt to perform arithmetic on a string value. | Hoxie-Cape Girardeau |
Lua error at line 33: attempt to perform arithmetic on a string value. |
Lua error at line 33: attempt to perform arithmetic on a string value. | |
Lua error at line 33: attempt to perform arithmetic on a string value. | Quanah-Oklahoma City |
Lua error at line 33: attempt to perform arithmetic on a string value. |
Lua error at line 33: attempt to perform arithmetic on a string value. | |
Lua error at line 33: attempt to perform arithmetic on a string value. | Ardmore-Hope |
Lua error at line 33: attempt to perform arithmetic on a string value. |
Lua error at line 33: attempt to perform arithmetic on a string value. | |
Lua error at line 33: attempt to perform arithmetic on a string value. | Paris-Monett |
Lua error at line 33: attempt to perform arithmetic on a string value. |
Lua error at line 33: attempt to perform arithmetic on a string value. | |
Lua error at line 33: attempt to perform arithmetic on a string value. | Grove-Rogers |
Lua error at line 33: attempt to perform arithmetic on a string value. |
Lua error at line 33: attempt to perform arithmetic on a string value. | |
Lua error at line 33: attempt to perform arithmetic on a string value. | Dallas Branch |
Lua error at line 33: attempt to perform arithmetic on a string value. |
Lua error at line 33: attempt to perform arithmetic on a string value. |
local frisco = "%1 station (St. Louis–San Francisco Railway)"
local p = {
["lang"] = "en-US",
["system title"] = "[[St. Louis–San Francisco Railway]]",
["system icon"] = "",
["system color"] = "000000",
["station format"] = {
"%1 station",
["Memphis"] = "Memphis Central Station",
["St. Louis"] = "Union Station (St. Louis)",
},
["lines"] = {
["_default"] = {
["color"] = "000000",
},
["Main"] = {
["title"] = "Main Line",
["left terminus"] = "Oklahoma City",
["right terminus"] = "St. Louis",
},
["Oklahoma City-Fort Scott"] = {
["title"] = "[[Oklahoma City]] - [[Fort Scott, Kansas|Fort Scott]]",
["left terminus"] = "Oklahoma City",
["right terminus"] = "Fort Scott",
},
["Memphis–St. Louis"] = {
["title"] = "[[Memphis, Tennessee|Memphis]] - [[St. Louis]]",
["left terminus"] = "Memphis",
["right terminus"] = "St. Louis",
},
["Ellsworth-Monett"] = {
["title"] = [[Ellsworth]] - [[Monett]],
["left terminus"] = "Ellsworth",
["right terminus"] = "Monett",
},
["Quanah-Oklahoma City"] = {
["title"] = "[[Quanah, Texas|Quanah]] - [[Oklahoma City]]",
["left terminus"] = "Quanah",
["right terminus"] = "Oklahoma City",
},
},
}
return p