Difference between revisions of "Module:Adjacent stations/Denton County Transportation Authority"
Jump to navigation
Jump to search
blackwiki>Mackensen |
m (3 revisions imported) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 4: | Line 4: | ||
["lang"] = "en-US", | ["lang"] = "en-US", | ||
["system title"] = "[[Denton County Transportation Authority]]", | ["system title"] = "[[Denton County Transportation Authority]]", | ||
| − | ["system icon"] = "", | + | ["system icon"] = "[[File:DCTA logo.svg|20px|link=Denton County Transportation Authority]]", |
["system color"] = "ffbf00", | ["system color"] = "ffbf00", | ||
["station format"] = { | ["station format"] = { | ||
Latest revision as of 12:34, 26 September 2020
This is a data module for Module:Adjacent stations. It supports services operated by the Denton County Transportation Authority.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc
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"] = "ffbf00",
["station format"] = {
"%1 station",
["Downtown Denton Transit Center"] = "%1",
["Old Town"] = atrain
},
["lines"] = {
["A-train"] = {
["title"] = "[[A-train (Denton County)|A-train]]",
["color"] = "ffbf00",
["left terminus"] = "Downtown Denton Transit Center",
["right terminus"] = "Trinity Mills",
},
},
}
return p