Jump to content

Module:Adjacent stations/Honolulu Rail Transit

From Wikipedia, the free encyclopedia

local hart = "%1 station (HART)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Skyline (Honolulu)|Skyline]]",
	["system icon"] = "",
	["name format"] = "font-size: 140%; padding:8px; background-color:darkblue; color:white; font-family: Helvetica, Arial, sans-serif; font-weight: bolder;",
	["header background color"] = "000000",
	["header text color"] = "FFFFFF", 
	["station format"] = {
		"%1 station",
		["Chinatown"] = hart,
		["Civic Center"] = hart,
		["Downtown"] = hart,
	},
	["lines"] = {
		["Honolulu Rail Transit"] = {
			["title"] = "[[Skyline (Honolulu)|Skyline]]",
			["color"] = "0087bd",
			["left terminus"] = "Kualakaʻi",
			["right terminus"] = "Hālawa",
		},
			["Skyline"] = {
			["title"] = "[[Skyline (Honolulu)|Skyline]]",
			["color"] = "0087bd",
			["left terminus"] = "Kualakaʻi",
			["right terminus"] = "Hālawa",
		},
	},
	["aliases"] = {
		["hart"] = "Skyline (Honolulu)",
	}
}

return p