Jump to content

Module:Adjacent stations/Gothenburg Tramway

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Gothenburg Tramway]]",
	["system icon"] = "[[File:Göteborgs Spårvägar logo (without text).svg|16px|link=Gothenburg Tramway]]",
	["station format"] = {
		"%1 tram stop",
		[""] = "",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Line 1 (Gothenburg Tramway)|Line 1]]",
			["icon"] = "[[File:Spårvagnslinje 1.svg|16px|link=Line 1 (Gothenburg Tramway)]]",
			["color"] = "ffffff",
			["border color"] = "000000",
			["text color"] = "006c93",
			["left terminus"] = "Opaltorget",
			["right terminus"] = "Östra Sjukhuset",
		},
		["2"] = {
			["title"] = "[[Line 2 (Gothenburg Tramway)|Line 2]]",
			["icon"] = "[[File:Spårvagnslinje 2.svg|16px|link=Line 2 (Gothenburg Tramway)]]",
			["color"] = "ffdd00",
			["text color"] = "006c93",
			["left terminus"] = "Axel Dahlströms Torg",
			["right terminus"] = "Mölndals Innerstad",
		},
		["3"] = {
			["title"] = "[[Line 3 (Gothenburg Tramway)|Line 3]]",
			["icon"] = "[[File:Spårvagnslinje 3.svg|16px|link=Line 3 (Gothenburg Tramway)]]",
			["color"] = "0071c1",
			["text color"] = "ffffff",
			["left terminus"] = "Marklandsgatan",
			["right terminus"] = "Virginsgatan",
		},
		["4"] = {
			["title"] = "[[Line 4 (Gothenburg Tramway)|Line 4]]",
			["icon"] = "[[File:Spårvagnslinje 4.svg|16px|link=Line 4 (Gothenburg Tramway)]]",
			["color"] = "027446",
			["text color"] = "ffffff",
			["left terminus"] = "Mölndals Innerstad",
			["right terminus"] = "Angered Centrum",
		},
		["5"] = {
			["title"] = "[[Line 5 (Gothenburg Tramway)|Line 5]]",
			["icon"] = "[[File:Spårvagnslinje 5.svg|16px|link=Line 5 (Gothenburg Tramway)]]",
			["color"] = "c63539",
			["text color"] = "ffffff",
			["left terminus"] = "Varmfrontsgatan",
			["right terminus"] = "Östra Sjukhuset",
		},
		["6"] = {
			["title"] = "[[Line 6 (Gothenburg Tramway)|Line 6]]",
			["icon"] = "[[File:Spårvagnslinje 6.svg|16px|link=Line 6 (Gothenburg Tramway)]]",
			["color"] = "f89828",
			["text color"] = "00435c",
			["left terminus"] = "Varmfrontsgatan",
			["right terminus"] = "Aprilgatan",
		},
		["7"] = {
			["title"] = "[[Line 7 (Gothenburg Tramway)|Line 7]]",
			["icon"] = "[[File:Spårvagnslinje 7.svg|16px|link=Line 7 (Gothenburg Tramway)]]",
			["color"] = "764712",
			["text color"] = "ffffff",
			["left terminus"] = "Opaltorget",
			["right terminus"] = "Komettorget",
		},
		["8"] = {
			["title"] = "[[Line 8 (Gothenburg Tramway)|Line 8]]",
			["icon"] = "[[File:Spårvagnslinje 8.svg|16px|link=Line 8 (Gothenburg Tramway)]]",
			["color"] = "a5449a",
			["text color"] = "ffffff",
			["left terminus"] = "Frölunda Torg",
			["right terminus"] = "Angered Centrum",
		},
		["9"] = {
			["title"] = "[[Line 9 (Gothenburg Tramway)|Line 9]]",
			["icon"] = "[[File:Spårvagnslinje 9.svg|16px|link=Line 9 (Gothenburg Tramway)]]",
			["color"] = "d0edfb",
			["text color"] = "006c93",
			["left terminus"] = "Kungsten",
			["right terminus"] = "Angered Centrum",
		},
		["10"] = {
			["title"] = "[[Line 10 (Gothenburg Tramway)|Line 10]]",
			["icon"] = "[[File:Spårvagnslinje 10.svg|16px|link=Line 10 (Gothenburg Tramway)]]",
			["color"] = "d8e8b0",
			["text color"] = "006c93",
			["left terminus"] = "Doktor Sydows Gata",
			["right terminus"] = "Väderilsgatan",
		},
		["11"] = {
			["title"] = "[[Line 11 (Gothenburg Tramway)|Line 11]]",
			["icon"] = "[[File:Spårvagnslinje 11.svg|16px|link=Line 11 (Gothenburg Tramway)]]",
			["color"] = "000000",
			["text color"] = "ffffff",
			["left terminus"] = "Saltholmen",
			["right terminus"] = "Komettorget",
		},
		["12"] = {
			["title"] = "[[Line 12 (Gothenburg Tramway)|Line 12]]",
			["icon"] = "[[File:Spårvagnslinje 12.svg|16px|link=Line 12 (Gothenburg Tramway)]]",
			["color"] = "",
			["text color"] = "",
		},
		["13"] = {
			["title"] = "[[Line 13 (Gothenburg Tramway)|Line 13]]",
			["icon"] = "[[File:Spårvagnslinje 13.svg|16px|link=Line 13 (Gothenburg Tramway)]]",
			["color"] = "fdcc99",
			["text color"] = "00435c",
		},
		["14"] = {
			["title"] = "[[Line 14 (Gothenburg Tramway)|Line 14]]",
			["icon"] = "[[File:Spårvagnslinje 14.svg|16px|link=Line 14 (Gothenburg Tramway)]]",
			["color"] = "e0cfec",
			["text color"] = "00435c",
		},
		["X"] = {
			["title"] = "[[Line X (Gothenburg Tramway)|Line X]]",
			["icon"] = "[[File:Spårvagnslinje X.svg|16px|link=Line X (Gothenburg Tramway)]]",
			["color"] = "ffffff",
			["border color"] = "000000",
			["text color"] = "e50047",
		}
	}
}

return p