Jump to content

Module:Adjacent stations/Omnitrans

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by OrdinaryScarlett (talk | contribs) at 23:13, 1 November 2023 (c/e). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local omni = "%1 station (Omnitrans)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Omnitrans]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Civic Center"] = omni,
		["San Bernardino–Downtown"] = "San Bernardino Transit Center",
	},
	["lines"] = {
		["Arrow"] = {
			["title"] = "[[Arrow (rail service)|Arrow]]",
			["color"] = "c3e35a",
			["left terminus"] = "San Bernardino–Downtown",
			["right terminus"] = "Redlands–University",
		},
		["sbX"] = {
			["title"] = "[[sbX]]",
			["color"] = "68a52b",
			["left terminus"] = "Kendall/Palm",
			["right terminus"] = "VA Hospital",
		},
	},
}

return p