Jump to content

Module:Adjacent stations/EMBARK

From Wikipedia, the free encyclopedia

local ocs  = "Oklahoma City Streetcar#%1"
local transportation = "%1#Transportation"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Embark (transit authority)|EMBARK]]",
	["station format"] = {
		"%1 station",
		["Arena"] = "Paycom Center#Transportation",
		["Art Park"] = ocs,
		["Automobile Alley"] = "Automobile Alley (Oklahoma City, Oklahoma)#Transportation",
		["Ballpark"] = "Chickasaw Bricktown Ballpark#Transportation",
		["Bricktown"] = "Bricktown, Oklahoma City#Transportation",
		["Broadway Avenue"] = ocs,
		["Business District"] = ocs,
		["Century Center"] = "Prairie Surf Studios#Transportation",
		["Dewey Avenue"] = ocs,
		["East Bricktown"] = "Bricktown, Oklahoma City#Transportation",
		["Library"] = ocs,
		["Mickey Mantle"] = "Bricktown, Oklahoma City",
		["Midtown"] = "Midtown Oklahoma City#Transportation",
		["Myriad Gardens"] = "Myriad Botanical Gardens#Transportation",
		["North Hudson"] = ocs,
		["Santa Fe Hub"] = "Santa Fe Depot (Oklahoma City)",
		["Scissortail Park"] = ocs,
	},
	["lines"] = {
		["_default"] = {
		},
		["Downtown Loop"] = {
			["title"] = "[[Oklahoma City Streetcar|Downtown Loop]]",
			["color"] = "D41568",
			["icon"] = "[[File:OKC Streetcar icon.svg|20px|link=Oklahoma City Streetcar|alt=Oklahoma City Streetcar]]",
			["left terminus"] = "Next counter-clockwise",
			["right terminus"] = "Next clockwise",
		},
		["Bricktown Loop"] = {
			["title"] = "[[Oklahoma City Streetcar|Bricktown Loop]]",
			["color"] = "004A88",
			["icon"] = "[[File:OKC Streetcar icon.svg|20px|link=Oklahoma City Streetcar|alt=Oklahoma City Streetcar]]",
			["left terminus"] = "Next counter-clockwise",
			["right terminus"] = "Next clockwise",
		},
		["RAPID NW"] = {
			["title"] = "[[RAPID (EMBARK)|RAPID NW]]",
			["color"] = "C0E029",
			["icon"] = "[[File:EMBARK RAPID icon.svg|10px|link=RAPID (EMBARK)|alt=RAPID NW]]",
			["left terminus"] = "Meridian & Expressway",
			["right terminus"] = "Transit Center",
		},
	},
}

return p