Module:Adjacent stations/Stockholm metro

local p = {
	["system title"] = "[[Stockholm metro]]",
	["system icon"] = "[[File:Stockholm metro symbol.svg|16px|link=Stockholm metro]]",
	["system color"] = "",
	["line icon format"] = "route",
	["station format"] = {
		"%1 metro station",
		["T-Centralen"] = "[[T-Centralen]]"
	},
	["name format"] = "font-size: 150%; padding: 0.4em; border-bottom: 4px solid #ffde00; background-color: #000080; color: white; font-weight: normal; letter-spacing: 1px;",
	["header background color"] = "EEEEEE",
    ["header text color"] = "000000",

	["lines"] = {
		["_default"] = {
			["title"] = "[[Line %1 (Stockholm metro)]]",
			["text color"] = "FFFFFF",
		},
		["10"] = {
			["title"] = "[[Blue line (Stockholm metro)|Line 10]]",
			["color"] = "177bc0",
			["left terminus"] = "Kungsträdgården", 
			["right terminus"] = "Hjulsta",
		},
		["11"] = {
			["title"] = "[[Blue line (Stockholm metro)|Line 11]]",
			["color"] = "177bc0",
			["left terminus"] = "Kungsträdgården",
			["right terminus"] = "Akalla",
		},
		["13"] = {
			["title"] = "[[Red line (Stockholm metro)|Line 13]]",
			["color"] = "ee2d28",
			["left terminus"] = "Norsborg", 
			["right terminus"] = "Ropsten",
		},
		["14"] = {
			["title"] = "[[Red line (Stockholm metro)|Line 14]]",
			["color"] = "ee2d28",
			["left terminus"] = "Fruängen",
			["right terminus"] = "Mörby centrum",
		},
		["17"] = {
			["title"] = "[[Green line (Stockholm metro)|Line 17]]",
			["color"] = "51ba5b",
			["left terminus"] = "Åkeshov",
			["right terminus"] = "Skarpnäck",
		},
		["18"] = {
			["title"] = "[[Green line (Stockholm metro)|Line 18]]",
			["color"] = "51ba5b",
			["left terminus"] = "Alvik",
			["right terminus"] = "Farsta strand",
		},
		["19"] = {
			["title"] = "[[Green line (Stockholm metro)|Line 19]]",
			["color"] = "51ba5b",
			["left terminus"] = "Hässelby strand",
			["right terminus"] = "Hagsätra",
		},

},
	["aliases"] = {
		["blue"] = "10",
		["red"] = "13",
		["green"] = "17",
		["t10"] = "10",
		["t11"] = "11",
		["t13"] = "13",
		["t14"] = "14",
		["t17"] = "17",
		["t18"] = "18",
		["t19"] = "19",
	}
}

return p