Jump to content

Module:Adjacent stations/Stockholm metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jonesey95 (talk | contribs) at 17:46, 8 April 2022 (Jonesey95 moved page Module:Adjacent stations/Stockholm Metro to Module:Adjacent stations/Stockholm metro without leaving a redirect: fix caps). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

},
	["aliases"] = {
		["blue"] = "10",
		["red"] = "13",
		["green"] = "17",
	}
}

return p