Jump to content

Module:Adjacent stations/EMBARK: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 11: Line 11:
},
},
["Downtown Loop"] = {
["Downtown Loop"] = {
["title"] = "[[Oklahoma City Steetcar|Downtown Loop]]",
["title"] = "[[Oklahoma City Streetcar|Downtown Loop]]",
["color"] = "E73035",
["color"] = "E73035",
["circular"] = true,
["circular"] = true,
Line 18: Line 18:
},
},
["Bricktown Loop"] = {
["Bricktown Loop"] = {
["title"] = "[[Oklahoma City Steetcar|Bricktown Loop]]",
["title"] = "[[Oklahoma City Streetcar|Bricktown Loop]]",
["color"] = "016DB5",
["color"] = "016DB5",
["circular"] = true,
["circular"] = true,

Revision as of 22:16, 30 January 2023

local EMBARK = "%1 station (EMBARK)"

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 Counterclockwize",
		},
		["Bricktown Loop"] = {
		["title"] = "[[Oklahoma City Streetcar|Bricktown Loop]]",
			["color"] = "016DB5",
		    ["circular"] = true,
			["left terminus"] = "Next Clockwise",
			["right terminus"] = "Next Counterclockwize",
		},
	},
}

return p