Module:Adjacent stations/KC Streetcar

local redirect = "KC Streetcar#Route"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[KC Streetcar]]",
	["system icon"] = "",
	["name format"] = "font-family: Arial; background-color: #ffff00; font-weight: bolder; font-size: 125%; color: black; padding: 0.5em; line-height: 1; white-space: nowrap; border: 0px solid #007fcd; margin: 0.25em; text-align: center; text-transform: uppercase;",
	["header background color"] = "8D989E",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1 station",
		["Crossroads"] = redirect,
		["River Market North"] = redirect,
		["Riverfront Drive"] = "KC Streetcar#Riverfront Extension",
		["WWI Museum & Memorial"] = "KC Streetcar#Extension to UMKC",
		["Union Station"] = "Kansas City Union Station",
		["UMKC"] = "University of Missouri–Kansas City", 
	},
	["lines"] = {
		["KC Streetcar"] = {
			["title"] = "[[KC Streetcar]]",
			["color"] = "8D989E",
			["left terminus"] = "Union Station",
			["right terminus"] = "River Market North",
		},
	},
}

return p