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 WMSR (talk | contribs) at 20:43, 25 May 2023 (update). 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"] = "[[Honolulu Rail Transit]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Chinatown"] = hart,
		["Civic Center"] = hart,
		["Downtown"] = hart,
	},
	["lines"] = {
		["Honolulu Rail Transit"] = {
			["title"] = "[[Honolulu Rail Transit|HART]]",
			["color"] = "0087bd",
			["left terminus"] = "Kualakaʻi",
			["right terminus"] = "Kālia",
		},
	},
	["aliases"] = {
		["hart"] = "Honolulu Rail Transit",
	}
}

return p