Content deleted Content added
←Created page with 'local clt = "%1 station (Charlotte)" local p = { ["system title"] = "CATS", ["station format"] = { "%1 station", ["3rd S...' |
Cards84664 (talk | contribs) spaces |
||
(21 intermediate revisions by 8 users not shown) | |||
Line 2:
local p = {
["lang"] = "en-US",
["system title"] = "[[Charlotte Area Transit System|CATS]]",
["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"] = "[[
["7th Street"] = clt,
["9th Street"] = clt,
["25th Street"] = clt,
["36th Street"] = clt,
["Belmont"] = "Belmont, North Carolina",
["Carson"] = clt,
["Charlotte Transportation Center"] = "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
["Indian Trail"] = "Indian Trail, North Carolina",
["Mount Mourne"] = "Mount Mourne, North Carolina",
["Park Avenue"] = clt,
["Stonewall"] = "[[Brooklyn Village station|Stonewall]]",
["Tremont"] = clt,
["Woodlawn"] = clt,
Line 21 ⟶ 29:
["Blue"] = {
["title"] = "[[Lynx Blue Line]]",
["color"] = "
["left terminus"] = "I-485/South Boulevard",
["right terminus"] = "UNC Charlotte–Main",
Line 27 ⟶ 35:
["Gold"] = {
["title"] = "[[CityLynx Gold Line]]",
["color"] = "
["left terminus"] = "
["right terminus"] = "
},
["Silver"] = {
["title"] = "[[Lynx Silver Line]]",
["color"] = "A1A9AC",
["left terminus"] = "Belmont",
["right terminus"] = "Indian Trail",
},
["Trolley"] = {
["title"] = "[[Charlotte Trolley]]",
["color"] = "
["left terminus"] = "Atherton Mill",
["right terminus"] = "9th Street",
},
["Red"] = {
["title"] = "[[Lynx Red Line]]",
["color"] = "e41f3a",
["left terminus"] = "Gateway",
["right terminus"] = "Mount Mourne",
}
},
}
|