This is a data module for Module:Adjacent stations. It supports services operated by Charlotte Area Transit System.
Lines
edit| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| Lynx Blue Line | Blue |
0169B4 |
| |
| CityLynx Gold Line | Gold |
FFD203 |
| |
| Lynx Red Line | Red |
9C2A2B |
| |
| Lynx Silver Line | Silver |
A2A8AE |
| |
| Charlotte Trolley | Trolley |
00713D |
|
local clt = "%1 station (Charlotte)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Charlotte Area Transit System|CATS]]",
["system icon"] = "[[File:Logo Charlotte Area Transit System icon.svg|19px|link=Charlotte Area Transit System]]",
["name format"] = "background-color: #2854b3; font-size: 175%; border: 13px solid #2854b3; font-family: Bank Gothic, Squarish Sans, Aldrich, sans-serif; color: white; ",
["station format"] = {
"%1 station",
["3rd Street"] = "[[3rd Street/Convention Center station|3rd Street/Convention Center]]",
["7th Street"] = clt,
["8th Street"] = clt,
["9th Street"] = clt,
["25th Street"] = clt,
["36th Street"] = clt,
["Belmont"] = "Belmont, North Carolina",
["Carson"] = clt,
["Charlotte Gateway Station"] = "Charlotte Gateway Station",
["Charlotte Transportation Center"] = "Charlotte Transportation Center",
["CTC/Arena"] = "Charlotte Transportation Center",
["Derita"] = "Derita (Charlotte neighborhood)",
["East/West"] = "[[East/West Boulevard station|East/West Boulevard]]",
["Gateway"] = "Gateway Station (Charlotte)",
["Gateway Station"] = "Charlotte Gateway Station",
["Graham"] = clt,
["Indian Trail"] = "Indian Trail, North Carolina",
["I-485/South Boulevard"] = "[[%1 station|I-485/South Boulevard]]",
["Mount Mourne"] = "Mount Mourne, North Carolina",
["Park Avenue"] = clt,
["Stonewall"] = "[[Brooklyn Village station|Stonewall]]",
["Tremont"] = clt,
["Woodlawn"] = clt,
},
["lines"] = {
["Blue"] = {
["title"] = "[[Lynx Blue Line]]",
["color"] = "0169B4",
["left terminus"] = "I-485/South Boulevard",
["right terminus"] = "UNC Charlotte–Main",
},
["Gold"] = {
["title"] = "[[CityLynx Gold Line]]",
["color"] = "FFD203",
["left terminus"] = "French Street",
["right terminus"] = "Sunnyside Avenue",
},
["Silver"] = {
["title"] = "[[Lynx Silver Line]]",
["color"] = "A2A8AE",
["left terminus"] = "Belmont",
["right terminus"] = "Indian Trail",
},
["Trolley"] = {
["title"] = "[[Charlotte Trolley]]",
["color"] = "00713D",
["left terminus"] = "Atherton Mill",
["right terminus"] = "9th Street",
},
["Red"] = {
["title"] = "[[Lynx Red Line]]",
["color"] = "9C2A2B",
["left terminus"] = "Gateway",
["right terminus"] = "Mount Mourne",
}
},
}
return p