Module:Adjacent stations/Dallas Area Rapid Transit

local dart = "%1 station (DART)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Dallas Area Rapid Transit]]",
	["system icon"] = "[[File:Dallas Area Rapid Transit logo.svg|20px|link=Dallas Area Rapid Transit]]",
	["name format"] = "font-family: ITC Avant Garde, ITC Avant Garde Gothic Std Medium, Century Gothic, Futura, sans-serif; font-size: 160%; font-weight: bold; color: #003e7e; background-color: #FFFFFF;  padding: 0.4em 4px;",
	["system color"] = "fbd007",
	["station format"] = {
		"%1 station",
		["12th Street"] = dart,
		["Addison Transit Center"] = "%1",
		["Burbank"] = dart,
		["Convention Center"] = dart,
		["DFW Airport"] = "[[DFW Airport Terminal A station|DFW Airport]]",
		["Hampton"] = dart,
		["Illinois"] = dart,
		["MLK Jr."] = dart,
		["Park Lane"] = dart,
		["St. Paul"] = dart,
		["Spring Valley"] = dart,
		["T&P Station"] = "T&P Station",
		["Union Station"] = "Dallas Union Station",
		["VA Medical Center"] = dart,
		["Walnut Hill"] = dart,
		["West End"] = dart,
		["Westmoreland"] = dart,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Dallas Area Rapid Transit)|%1 Line]]",
			["icon"] = "[[File:DART %1 Line bullet.svg|20px|link=%1 Line (Dallas Area Rapid Transit)|alt=%1 Line]]",
		},
		["Blue"] = {
			["color"] = "1A8BC3",
			["left terminus"] = "UNT Dallas",
			["right terminus"] = "Downtown Rowlett",
		},
			["Red"] = {
			["color"] = "FD3F3E",
			["left terminus"] = "Westmoreland",
			["right terminus"] = "Parker Road",
		},
		["Green"] = {
			["color"] = "016F39",
			["left terminus"] = "North Carrollton/Frankford",
			["right terminus"] = "Buckner",
		},
		["Orange"] = {
			["color"] = "F78B1F",
			["text color"] = "FFFFFF",
			["left terminus"] = "DFW Airport",
			["right terminus"] = "Parker Road",
		},
			["Silver"] = {
			["color"] = "81A2B7",
			["icon"] = "[[File:DART Silver Line.svg|20px|link=Silver Line (Dallas Area Rapid Transit)|alt=Silver Line]]",
			["left terminus"] = "DFW Airport/Terminal B",
			["right terminus"] = "Shiloh Road",
		},
	},
	["aliases"] = {
		["blue"] = "Blue",
		["red"] = "Red",
		["green"] = "Green",
		["orange"] = "Orange",
		["cotton belt"] = "Silver",
		["silver"] = "Silver",
	}
}

return p