Jump to content

Module:Adjacent stations/EMBARK: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
I reversed directions.
Added a few stations.
Line 1: Line 1:
local ocs = "%1 station (Oklahoma City Streetcar)"
local ocs = "Oklahoma City Streetcar#%1"
local transportation = "%1#Transportation"
local transportation = "%1#Transportation"


Line 6: Line 6:
["station format"] = {
["station format"] = {
"%1 station",
"%1 station",
["Arena"] = ocs,
["Arena"] = "Paycom Center#Transportation",
["Ballpark"] = ocs,
["Art Park"] = ocs,
["Ballpark"] = "Chickasaw Bricktown Ballpark#Transportation",
["Bricktown"] = "Bricktown, Oklahoma City#Transportation",
["Century Center"] = "Prairie Surf Studios#Transportation",
["Century Center"] = "Prairie Surf Studios#Transportation",
["East Bricktown"] = "Bricktown, Oklahoma City#Transportation",
["Library"] = ocs,
["Mickey Mantle"] = "Bricktown, Oklahoma City",
["Myriad Gardens"] = "Myriad Botanical Gardens#Transportation",
["Santa Fe Hub"] = "Santa Fe Depot (Oklahoma City)",
["Santa Fe Hub"] = "Santa Fe Depot (Oklahoma City)",
["Scissortail Park"] = ocs,
},
},
["lines"] = {
["lines"] = {

Revision as of 19:56, 5 June 2024

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

local p = {
	["system title"] = "[[Embark (transit authority)|EMBARK]]",
	["station format"] = {
		"%1 station",
		["Arena"] = "Paycom Center#Transportation",
		["Art Park"] = ocs,
		["Ballpark"] = "Chickasaw Bricktown Ballpark#Transportation",
		["Bricktown"] = "Bricktown, Oklahoma City#Transportation",
		["Century Center"] = "Prairie Surf Studios#Transportation",
		["East Bricktown"] = "Bricktown, Oklahoma City#Transportation",
		["Library"] = ocs,
		["Mickey Mantle"] = "Bricktown, Oklahoma City",
		["Myriad Gardens"] = "Myriad Botanical Gardens#Transportation",
		["Santa Fe Hub"] = "Santa Fe Depot (Oklahoma City)",
		["Scissortail Park"] = ocs,
	},
	["lines"] = {
		["_default"] = {
		},
		["Downtown Loop"] = {
		["title"] = "[[Oklahoma City Streetcar|Downtown Loop]]",
			["color"] = "E73035",
		    ["circular"] = true,
			["left terminus"] = "Next counter-clockwise",
			["right terminus"] = "Next clockwise",
		},
		["Bricktown Loop"] = {
		["title"] = "[[Oklahoma City Streetcar|Bricktown Loop]]",
			["color"] = "016DB5",
		    ["circular"] = true,
			["left terminus"] = "Next counter-clockwise",
			["right terminus"] = "Next clockwise",
		},
	},
}

return p