Module:Adjacent stations/MetroLink (St. Louis)

From Wikipedia, the free encyclopedia

local stml = "%1 station (MetroLink)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[MetroLink (St. Louis)|MetroLink]]",
	["system icon"] = "[[File:St Louis MetroLink Logo.svg|20px|link=MetroLink (St. Louis)]]",
	["name format"] = "font-family:Helvetica;background-color:#1b4298;text-align:center;font-size:160%;color:white;padding: 0.4em 4px;",
	["station format"] = {
		"%1 station",
		["Belleville"] = stml,
		["Civic Center"] = stml,
		["College"] = stml,
		["Convention Center"] = stml,
		["Emerson Park"] = stml,
		["Fairview Heights"] = stml,
		["Grand"] = stml,
		["JJK Center"] = "[[Jackie Joyner-Kersee Center station|JJK Center]]",
		["Lambert Airport"] = "[[Lambert Airport Terminal 1 station|Lambert Airport]]",
		["Lambert Airport Terminal 1"] = "[[Lambert Airport Terminal 1 station|Lambert Airport Terminal 1]]",
		["Lambert Airport Terminal 2"] = "[[Lambert Airport Terminal 2 station|Lambert Airport Terminal 2]]",
		["MidAmerica Airport"] = "[[MidAmerica St. Louis Airport station|MidAmerica Airport]]",
		["Shrewsbury"] = "[[Shrewsbury–Lansdowne I-44 station|Shrewsbury]]",
		["Stadium"] = stml,
		["Swansea"] = stml,
		["Union Station"] = "Union Station (MetroLink)",
		["Washington Park"] = stml,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (St. Louis MetroLink)|%1 Line]]",	
		},
		["Red"] = {
			["color"] = "E2382D",
			["left terminus"] = "Lambert Airport Terminal 1",
			["right terminus"] = "Shiloh–Scott",
		},
		["Blue"] = {
			["color"] = "001D57",
			["left terminus"] = "Shrewsbury–Lansdowne I-44",
			["right terminus"] = "Fairview Heights",
		},
		["Green"] = {
			["color"] = "1F5C40",
			["left terminus"] = "Grand Boulevard/Fairground Park",
			["right terminus"] = "Chippewa Street",
		},
	},
}

return p