Jump to content

Module:Adjacent stations/Omnitrans

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:31, 4 July 2019 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Omnitrans", ["system icon"] = "", ["station format"] = { "%1 station", ["San Bernardino–Downtow...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Omnitrans]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["San Bernardino–Downtown"] = "San Bernardino Transit Center",
	},
	["lines"] = {
		["Arrow"] = {
			["title"] = "[[Arrow (commuter rail line)|Arrow]]",
			["color"] = "0000ff",
			["left terminus"] = "San Bernardino–Downtown",
			["right terminus"] = "University of Redlands",
		},
		["sbX"] = {
			["title"] = "[[sbX]]",
			["color"] = "008000",
			["left terminus"] = "Palm",
			["right terminus"] = "VA Hospital",
		},
	},
}

return p