This is a data module for Module:Adjacent stations. It supports services operated by Music City Star.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
East Corridor line | East Corridor |
6f4b9e |
|
local tn = "%1 station (Tennessee)"
local p = {
["lang"] = "en-US",
["system title"] = "[[WeGo Star]]",
["system icon"] = "",
["name format"] = "background-color: transparent; font-size: 200%; font-family: Times New Roman; color: #6f4b9e; font-weight: bolder; text-align: center; font-style: bold; border-top: 5px solid #009ACD; border-bottom: 5px solid #009ACD; border-right: 5px solid #009ACD; border-left: 5px solid #009ACD; border-width: 50%; padding: 0.4em 0 0.4em 0;",
["header background color"] = "6f4b9e",
["header text color"] = "ffffff",
["station format"] = {
"%1 station",
["Lebanon"] = tn,
},
["lines"] = {
["East Corridor"] = {
["title"] = "[[WeGo Star#East Corridor line|East Corridor line]]",
["color"] = "6f4b9e",
["left terminus"] = "Riverfront",
["right terminus"] = "Lebanon",
},
},
}
return p