Jump to content

Module:Adjacent stations/EMBARK

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Coreyriffinbeastoperatorblue (talk | contribs) at 22:12, 30 January 2023 (Undid revision 1136548798 by Coreyriffinbeastoperatorblue (talk)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local EMBARK = "%1 station (EMBARK)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[EMBARK (transit authority)|EMBARK]]",
	["station format"] = {
	"%1 station",
	["Santa Fe Hub"] = "Santa Fe Depot (Oklahoma City)",
	},
	["lines"] = {
		["_default"] = {
		},
		["OKC Steetcar|Downtown Loop"] = {
			["color"] = "E73035",
		    ["circular"] = true,
			["left terminus"] = "Next Clockwise",
			["right terminus"] = "Next Counterclockwize",
		},
		["OKC Steetcar|Bricktown Loop"] = {
			["color"] = "016DB5",
		    ["circular"] = true,
			["left terminus"] = "Next Clockwise",
			["right terminus"] = "Next Counterclockwize",
		},
	},
}

return p