Module:Adjacent stations/Frisco
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Frisco.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Kansas City-Birmingham |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Oklahoma City-Fort Scott |
000000 |
| |
Memphis – St. Louis | Memphis–St. Louis |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Ellsworth-Monett |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Hoxie-Cape Girardeau |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Quanah-Oklahoma City |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Ardmore-Hope |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Paris-Monett |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Grove-Rogers |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Dallas Branch |
000000 |
|
local frisco = "%1 station (St. Louis–San Francisco Railway)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Frisco]]",
["system icon"] = "",
["system color"] = "000000",
["station format"] = {
"%1 station",
},
["lines"] = {
["_default"] = {
["color"] = "000000",
},
["Main"] = {
["title"] = "Main Line",
["left terminus"] = "Paris, TX",
["right terminus"] = "St. Louis",
},
["Memphis–St. Louis"] = {
["title"] = "[[Memphis]] – [[St. Louis]]",
["left terminus"] = "Memphis",
["right terminus"] = "St. Louis",
},
},
}
return p