Module:Adjacent stations/Auto-Train
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by the Auto-Train Corporation, which existed from 1971 to 1981. For the Sanford-Lorton train's successor, Amtrak's Auto Train, see Module:Adjacent stations/Amtrak..
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Sanford–Lorton | Sanford-Lorton |
86367c |
| |
Sanford–Louisville | Sanford-Louisville |
86367c |
|
local p = {
["lang"] = "en-US",
["system title"] = "[[Auto-Train Corporation|auto-train]]<br/>[[File:Auto-Train color stripe.png|56px]]",
["station format"] = {
"%1 station",
["Louisville"] = "Union Station (Louisville)",
["Sanford"] = "Sanford station (Amtrak)",
},
["lines"] = {
["Sanford-Lorton"] = {
["title"] = "[[Sanford, Florida|Sanford]]–[[Lorton, Virginia|Lorton]]",
["color"] = "86367c",
["left terminus"] = "Sanford",
["right terminus"] = "Lorton",
},
["Sanford-Louisville"] = {
["title"] = "[[Sanford, Florida|Sanford]]–[[Louisville, Kentucky|Louisville]]",
["color"] = "86367c",
["left terminus"] = "Louisville",
["right terminus"] = "Sanford",
},
},
}
return p