Module:Adjacent stations/Seaboard Air Line Railroad
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Seaboard Air Line Railroad.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Birmingham-Monroe |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Carolina Central Railway or rutherfordton-wilmington |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Charlotte Harbor and Northern Railway or south boca raton-mulberry |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Columbus-St. Marks |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | East Carolina Line |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Great Falls Branch |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Homestead-Hialeah or homestead subdivision |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Hull-Naples |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Jacksonville-Fernandina |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Macon, Dublin and Savannah Railroad or macon-vidalia |
FF9901 |
| |
Main Line | Main Line or main |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Montgomery-Savannah or savannah, americus and montgomery railway |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Norlina-Portsmouth |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Orlando Subdivision or wildwood-lake charm |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | River Junction-Jacksonville |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | South Carolina Western Railway or mcbee-poston |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | St. Petersburg-Alcoma |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Tampa and Gulf Coast Railroad or st. petersburg-sulphur springs |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Tampa-Waldo via Brooksville |
FF9901 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Venice-Turkey Creek |
FF9901 |
|
local sal = "%1 station (Seaboard Air Line Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Seaboard Air Line Railroad]]",
["system icon"] = "",
["system color"] = "FF9901",
["station format"] = {
"%1 station",
["Miami"] = sal,
["Richmond"] = "Richmond Main Street Station",
["Tampa"] = "Tampa Union Station",
},
["lines"] = {
["_default"] = {
["color"] = "FF9901",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = {"Tampa", "Miami"},
["right terminus"] = "Richmond",
},
},
}
return p