Module:Adjacent stations/Denton County Transportation Authority

local atrain = "%1 station (A-train)"

local p = {

["lang"] = "en-US",

["system title"] = "DCTA",

["system icon"] = "File:DCTA logo.svg",

["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",

["color"] = "FFBF00",

["icon"] = "File:DCTA A-train icon.png",

["left terminus"] = "Downtown Denton Transit Center",

["right terminus"] = "Trinity Mills",

},

},

}

return p