Jump to content

Module:Adjacent stations/EMBARK: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Fixed a typo.
Fixed another typo.
Line 15: Line 15:
["circular"] = true,
["circular"] = true,
["left terminus"] = "Next clockwise",
["left terminus"] = "Next clockwise",
["right terminus"] = "Next counter-clockwize",
["right terminus"] = "Next counter-clockwise",
},
},
["Bricktown Loop"] = {
["Bricktown Loop"] = {

Revision as of 00:39, 5 June 2024

local Embark  = "%1 station (Embark (transit authority))"

local p = {
	["system title"] = "[[Embark (transit authority)|EMBARK]]",
	["station format"] = {
	"%1 station",
	["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