Module:Adjacent stations/Denton County Transportation Authority
Appearance
(Redirected from Module:Adjacent stations/DCTA)
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]]",
["system icon"] = "[[File:DCTA logo.svg|20px|link=Denton County Transportation Authority]]",
["system color"] = "ffcf02",
["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",
["right terminus"] = "Trinity Mills",
},
},
}
return p