Module:Adjacent stations/Helsinki City Transport

From Wikipedia, the free encyclopedia

local tram = "[[Helsinki tram network|%1]]"

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Helsinki City Transport|HKL]]",
	["name format"] = "font-size:175%; font-family:sans-serif; font-weight:bold;"
		.. "line-height:120%; color:#FFF; background-color:#DC4405; padding: 0.15em;",
	["header background color"] = "DC4405",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1 metro station",
		["Central"] = "Central Railway Station metro station (Helsinki)",
		["?"] = "<span class=\"error\">ERROR</span>"
	},
	["lines"] = {
		["_default"] = {
			["color"] = "006699"
		},
		["Metro"] = {
			["color"] = "FF6319",
			["icon"] = "[[File:Helsingin metro logo.svg|16px|link=Helsinki Metro]]",
			["title"] = "[[Helsinki Metro]]",
			["left terminus"] = "?",
			["right terminus"] = "?",
		},
		["Tram"] = {
			["color"] = "00985F",
			["title"] = "[[Helsinki tram]]",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["Bus"] = {
			["title"] = "[[Public_transport_in_Helsinki#Bus|Helsinki buses]]",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["1"] = {
			["color"] = "00B4E5",
			["text color"] = "FFFFFF",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["1A"] = {
			["color"] = "7EBFE9",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["2"] = {
			["color"] = "65B32E",
			["text color"] = "FFFFFF",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["3"] = {
			["color"] = "007EC7",
			["text color"] = "FFFFFF",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["3B"] = {
			["color"] = "88CB98",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["3T"] = {
			["color"] = "00AB66",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["4"] = {
			["color"] = "E61657",
			["text color"] = "FFFFFF",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["4T"] = {
			["color"] = "CE1041",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["5"] = {
			["color"] = "706F6F",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["6"] = {
			["color"] = "009757",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["6T"] = {
			["color"] = "009757",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["7"] = {
			["color"] = "D5007F",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["7A"] = {
			["color"] = "FCB131",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["7B"] = {
			["color"] = "FCB131",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["8"] = {
			["color"] = "F19EC4",
			["text color"] = "FFFFFF",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["9"] = {
			["color"] = "F19EC4",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["10"] = {
			["color"] = "F9AF15",
			["text color"] = "FFFFFF",
			["title"] = tram,
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["15"] = {
			["color"] = "007E79",
			["text color"] = "FFFFFF",
			["title"] = "[[Helsinki light rail line 15|15]]",
			["left terminus"] = "Keilaniemi",
			["right terminus"] = "Itäkeskus",
		},
	}
}

return p