Jump to content

Module:Adjacent stations/Helsinki City Transport

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 18:15, 26 October 2022 (Created page with 'local p = { ["lang"] = "en-GB", ["system title"] = "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)" }, ["lines"] = { ["_...'). 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-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)"
	},
	["lines"] = {
		["_default"] = {
			["color"] = "006699"
		},
		["Metro"] = {
			["color"] = "FF6319",
			["icon"] = "[[File:Helsingin metro logo.svg|16px|link=Helsinki Metro]]",
			["title"] = "[[Helsinki Metro]]",
			["left terminus"] = "?",
			["right terminus"] = "?",
			["types"] = {
				["N"] = {
					["title"] = "Northern Branch",
					["left terminus"] = "",
					["right terminus"] = ""
				},
 				["E"] = {
					["title"] = "Eastern Branch",
					["left terminus"] = "",
					["right terminus"] = ""
				},
				["W"] = {
					["title"] = "[[Länsimetro|Western Extension]]",
					["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",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["1A"] = {
			["color"] = "7EBFE9",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["2"] = {
			["color"] = "65B32E",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["3"] = {
			["color"] = "007EC7",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["3B"] = {
			["color"] = "88CB98",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["3T"] = {
			["color"] = "00AB66",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["4"] = {
			["color"] = "E61657",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["4T"] = {
			["color"] = "CE1041",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["5"] = {
			["color"] = "706F6F",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["6"] = {
			["color"] = "7F5CA3",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["6T"] = {
			["color"] = "7F5CA3",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["7"] = {
			["color"] = "D5007F",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["7A"] = {
			["color"] = "FCB131",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["7B"] = {
			["color"] = "FCB131",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["8"] = {
			["color"] = "009757",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["9"] = {
			["color"] = "F19EC4",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["10"] = {
			["color"] = "F9AF15",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
	}
}

return p