Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:Adjacent stations/CATS

From Wikipedia, the free encyclopedia

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