Module:Adjacent stations/Denton County Transportation Authority
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Denton County Transportation Authority.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
A-train | A-train |
FFBF00 |
|
local atrain = "%1 station (A-train)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Denton County Transportation Authority|DCTA]]",
["system icon"] = "[[File:DCTA logo.svg|20px|link=Denton County Transportation Authority]]",
["system color"] = "ffcf02",
["name format"] = "font-size: 150%; font-family:Futura, Helvetica, sans; text-transform:uppercase; font-weight: bolder; line-height: 100%; border: 2px solid #000; border-top-left-radius: 0.5em; border-top-right-radius: 0.5em; border-bottom-right-radius: 0.5em; border-bottom-left-radius: 0.5em; margin: 0.5em; text-align: center; margin-top: 5px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; padding:6px;",
["station format"] = {
"%1 station",
["Downtown Denton Transit Center"] = "%1",
["Old Town"] = atrain
},
["lines"] = {
["A-train"] = {
["title"] = "[[A-train (Texas)|A-train]]",
["color"] = "FFBF00",
["left terminus"] = "[[Downtown Denton Transit Center|Downtown Denton]]",
["right terminus"] = "Trinity Mills",
},
},
}
return p