Jump to content

Module:Adjacent stations/Helsinki Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Taavi (talk | contribs) at 16:29, 31 December 2023 (replace redirect with proper template, as there are now "real" metro lines). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Helsinki Metro]]",
	["system icon"] = "[[File:Helsingin metro logo.svg|16px|link=Helsinki Metro]]",
	["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"] = {
		["M1"] = {
			["left terminus"] = "Kivenlahti",
			["right terminus"] = "Vuosaari",
		},
		["M2"] = {
			["left terminus"] = "Tapiola",
			["right terminus"] = "Mellunmäki",
		},
	}
}

return p