Jump to content

Module:Adjacent stations/EMBARK: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Abbreviate unused qualifier to match existing redirects. Disambiguated: Arena, Ballpark. Changes visible in Santa Fe Depot (Oklahoma City) infobox.
I reversed directions.
Line 1: Line 1:
local ocs = "%1 station (Oklahoma City Streetcar)"
local ocs = "%1 station (Oklahoma City Streetcar)"
local transportation = "%1#Transportation"


local p = {
local p = {
Line 7: Line 8:
["Arena"] = ocs,
["Arena"] = ocs,
["Ballpark"] = ocs,
["Ballpark"] = ocs,
["Century Center"] = "Prairie Surf Studios#Transportation",
["Santa Fe Hub"] = "Santa Fe Depot (Oklahoma City)",
["Santa Fe Hub"] = "Santa Fe Depot (Oklahoma City)",
},
},
Line 16: Line 18:
["color"] = "E73035",
["color"] = "E73035",
["circular"] = true,
["circular"] = true,
["left terminus"] = "Next clockwise",
["left terminus"] = "Next counter-clockwise",
["right terminus"] = "Next counter-clockwise",
["right terminus"] = "Next clockwise",
},
},
["Bricktown Loop"] = {
["Bricktown Loop"] = {
Line 23: Line 25:
["color"] = "016DB5",
["color"] = "016DB5",
["circular"] = true,
["circular"] = true,
["left terminus"] = "Next clockwise",
["left terminus"] = "Next counter-clockwise",
["right terminus"] = "Next counter-clockwise",
["right terminus"] = "Next clockwise",
},
},
},
},

Revision as of 19:41, 5 June 2024

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

local p = {
	["system title"] = "[[Embark (transit authority)|EMBARK]]",
	["station format"] = {
		"%1 station",
		["Arena"] = ocs,
		["Ballpark"] = ocs,
		["Century Center"] = "Prairie Surf Studios#Transportation",
		["Santa Fe Hub"] = "Santa Fe Depot (Oklahoma City)",
	},
	["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