Jump to content

Module:Adjacent stations/EMBARK

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Certes (talk | contribs) at 10:03, 5 June 2024 (Abbreviate unused qualifier to match existing redirects. Disambiguated: Arena, Ballpark. Changes visible in Santa Fe Depot (Oklahoma City) infobox.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

local p = {
	["system title"] = "[[Embark (transit authority)|EMBARK]]",
	["station format"] = {
		"%1 station",
		["Arena"] = ocs,
		["Ballpark"] = ocs,
		["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 clockwise",
			["right terminus"] = "Next counter-clockwise",
		},
		["Bricktown Loop"] = {
		["title"] = "[[Oklahoma City Streetcar|Bricktown Loop]]",
			["color"] = "016DB5",
		    ["circular"] = true,
			["left terminus"] = "Next clockwise",
			["right terminus"] = "Next counter-clockwise",
		},
	},
}

return p