Jump to content

Module:Adjacent stations/Honolulu Rail Transit

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by OrdinaryScarlett (talk | contribs) at 19:41, 20 June 2023 (Fix). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local hart = "%1 station (HART)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Skyline (Honolulu)|Skyline]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Chinatown"] = hart,
		["Civic Center"] = hart,
		["Downtown"] = hart,
	},
	["lines"] = {
		["Skyline (Honolulu)"] = {
			["title"] = "[[Skyline (Hawaii)|Skyline]]",
			["color"] = "0087bd",
			["left terminus"] = "Kualakaʻi",
			["right terminus"] = "Hālawa",
		},
			["Skyline"] = {
			["title"] = "[[Skyline (Hawaii)|Skyline]]",
			["color"] = "0087bd",
			["left terminus"] = "Kualakaʻi",
			["right terminus"] = "Hālawa",
		},
	},
	["aliases"] = {
		["hart"] = "Skyline (Hawaii)",
	}
}

return p