Module:Adjacent stations/Las Vegas and Tonopah Railroad
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by the Las Vegas and Tonopah Railroad.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main Line |
000000 |
|
local lvt = "%1 station (Las Vegas and Tonopah Railroad)"
local nv = "%1 station (Nevada)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Las Vegas and Tonopah Railroad]]",
["system color"] = "000000",
["station format"] = {
"%1 station",
["Las Vegas"] = nv,
},
["lines"] = {
["_default"] = {
["color"] = "000000",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Beatty",
["right terminus"] = "Las Vegas",
},
},
}
return p