Jump to content

Module:Adjacent stations/Utah Transit Authority: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 19: Line 19:
["Courthouse"] = uta,
["Courthouse"] = uta,
["Draper"] = front,
["Draper"] = front,
["Highland"] = "S Line (Utah Transit Authority)#S-Line Extension Project", --replace with "uta" after article creation,
["Highland"] = uta,
["Layton"] = front,
["Layton"] = front,
["Library"] = uta,
["Library"] = uta,

Revision as of 01:17, 24 March 2025

local front = "%1 station (FrontRunner)"
local uta = "%1 station (Utah Transit Authority)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Utah Transit Authority]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["1940 W North Temple"] = "1940 West North Temple station",
		["2700 W Sugar Factory Rd"] = "2700 West Sugar Factory Road station",
		["4800 W Old Bingham Hwy"] = "4800 West Old Bingham Highway station",
		["5600 W Old Bingham Hwy"] = "5600 West Old Bingham Highway station",
		["900 East & 400 South"] = "900 East & 400 South (UTA station)",
		["Airport"] = uta,
		["Arena"] = uta,
		["Ballpark"] = uta,
		["City Center"] = uta,
		["Courthouse"] = uta,
		["Draper"] = front,
		["Highland"] = "S Line (Utah Transit Authority)#S-Line Extension Project", --replace with "uta" after article creation,
		["Layton"] = front,
		["Library"] = uta,
		["Meadowbrook"] = uta,
		["North Temple"] = "[[North Temple Bridge/Guadalupe station|North Temple]]",
		["Ogden"] = "Ogden Central station",
		["Old Greek Town"] = "Old GreekTown station",
		["Orem"] = "Orem Central station",
		["Power"] = uta,
		["Provo"] = "Provo Central station",
		["Salt Lake Central"] = "Salt Lake City Intermodal Hub",
		["Stadium"] = uta,
		["Trolley"] = uta,
		["Vineyard"] = front,
	},
	["lines"] = {
		["Blue Line"] = {
			["title"] = "[[Blue Line (TRAX)|Blue Line]]",
			["color"] = "00427e",
			["left terminus"] = "Salt Lake Central",
			["right terminus"] = "Draper Town Center",
			["types"] = {
				["future"] = {
					["title"] = "",
					["left terminus"] = "Airport",
				},
			},
		},
		["FrontRunner"] = {
			["title"] = "[[FrontRunner]]",
			["color"] = "a4228e",
			["left terminus"] = "Ogden Central",
			["right terminus"] = "Provo Central",
		},
		["Green Line"] = {
			["title"] = "[[Green Line (TRAX)|Green Line]]",
			["color"] = "03a550",
			["left terminus"] = "Airport",
			["right terminus"] = "West Valley Central",
			["types"] = {
				["future"] = {
					["title"] = "",
					["left terminus"] = "Salt Lake Central",
				},
			},
		},
		["Red Line"] = {
			["title"] = "[[Red Line (TRAX)|Red Line]]",
			["color"] = "ee3a43",
			["left terminus"] = "University Medical Center",
			["right terminus"] = "Daybreak Parkway",
		},
		["Orange Line"] = {
			["title"] = "[[Orange Line (TRAX)|Orange Line]]",
			["color"] = "ff6600",
			["left terminus"] = "Airport",
			["right terminus"] = "Arapeen",
			["types"] = {
				["inverted"] = {
					["title"] = "",
					["left terminus"] = "Arapeen",
					["right terminus"] = "Airport",
				},
			},
		},
		["S Line"] = {
			["title"] = "[[S Line (Utah Transit Authority)|S Line]]",
			["color"] = "bfc1c2",
			["left terminus"] = "Central Pointe",
			["right terminus"] = "Fairmont",
		},
		["Sandy/University Line"] = {
			["title"] = "[[Red Line (TRAX)|Sandy/University Line]]",
			["color"] = "03a550",
			["left terminus"] = "University Medical Center",
			["right terminus"] = "Sandy Civic Center",
		},
		["University Line"] = {
			["title"] = "[[University Line (TRAX)|University Line]]",
			["color"] = "ee3a43",
			["left terminus"] = "Salt Lake Central",
			["right terminus"] = "University Medical Center",
		},
		["Former Green Line"] = {
			["title"] = "[[Green Line (TRAX)|Green Line]]",
			["color"] = "03a550",
			["left terminus"] = "Salt Lake Central",
			["right terminus"] = "West Valley Central",
		},
	},
	["aliases"] = {
		["uta streetcar s line"] = "S Line",
		["uta trax blue line"] = "Blue Line",
		["uta trax green line"] = "Green Line",
		["uta trax red line"] = "Red Line",
		["uta trax orange line"] = "Orange Line",
		["uta trax sandy university line"] = "Sandy/University Line",
		["uta trax university line"] = "University Line",
		["uta trax former green line"] = "Former Green Line",
		["purple"] = "FrontRunner",
		["blue"] = "Blue Line",
		["green"] = "Green Line",
		["red"] = "Red Line",
		["orange"] = "Orange Line",
		["silver"] = "S Line",
		["s"] = "S Line",
		["university"] = "University Line",
	}
}

return p