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"] = {
		["L01"] = {
			["title"] = "[[Line 1 (Gothenburg Tramway)|Line 1]]",
			["icon"] = "[[File:Spårvagnslinje 1.svg|16px|link=Line 1 (Gothenburg Tramway)]]",
			["color"] = "ffffff",
			["left terminus"] = "Opaltorget",
			["right terminus"] = "Östra Sjukhuset",
		},
		["L02"] = {
			["title"] = "[[Line 2 (Gothenburg Tramway)|Line 2]]",
			["icon"] = "[[File:Spårvagnslinje 2.svg|16px|link=Line 2 (Gothenburg Tramway)]]",
			["color"] = "ffdd00",
			["left terminus"] = "Axel Dahlströms Torg",
			["right terminus"] = "Mölndals Innerstad",
		},
		["L03"] = {
			["title"] = "[[Line 3 (Gothenburg Tramway)|Line 3]]",
			["icon"] = "[[File:Spårvagnslinje 3.svg|16px|link=Line 3 (Gothenburg Tramway)]]",
			["color"] = "0071c1",
			["left terminus"] = "Marklandsgatan",
			["right terminus"] = "Virginsgatan",
		},
		["L04"] = {
			["title"] = "[[Line 4 (Gothenburg Tramway)|Line 4]]",
			["icon"] = "[[File:Spårvagnslinje 4.svg|16px|link=Line 4 (Gothenburg Tramway)]]",
			["color"] = "027446",
			["left terminus"] = "Mölndals Innerstad",
			["right terminus"] = "Angered Centrum",
		},
		["L05"] = {
			["title"] = "[[Line 5 (Gothenburg Tramway)|Line 5]]",
			["icon"] = "[[File:Spårvagnslinje 5.svg|16px|link=Line 5 (Gothenburg Tramway)]]",
			["color"] = "c63539",
			["left terminus"] = "Varmfrontsgatan",
			["right terminus"] = "Östra Sjukhuset",
		},
		["L06"] = {
			["title"] = "[[Line 6 (Gothenburg Tramway)|Line 6]]",
			["icon"] = "[[File:Spårvagnslinje 6.svg|16px|link=Line 6 (Gothenburg Tramway)]]",
			["color"] = "f89828",
			["left terminus"] = "Varmfrontsgatan",
			["right terminus"] = "Aprilgatan",
		},
		["L07"] = {
			["title"] = "[[Line 7 (Gothenburg Tramway)|Line 7]]",
			["icon"] = "[[File:Spårvagnslinje 7.svg|16px|link=Line 7 (Gothenburg Tramway)]]",
			["color"] = "764712",
			["left terminus"] = "Opaltorget",
			["right terminus"] = "Komettorget",
		},
		["L08"] = {
			["title"] = "[[Line 8 (Gothenburg Tramway)|Line 8]]",
			["icon"] = "[[File:Spårvagnslinje 8.svg|16px|link=Line 8 (Gothenburg Tramway)]]",
			["color"] = "a5449a",
			["left terminus"] = "Frölunda Torg",
			["right terminus"] = "Angered Centrum",
		},
		["L09"] = {
			["title"] = "[[Line 9 (Gothenburg Tramway)|Line 9]]",
			["icon"] = "[[File:Spårvagnslinje 9.svg|16px|link=Line 9 (Gothenburg Tramway)]]",
			["color"] = "d0edfb",
			["left terminus"] = "Kungsten",
			["right terminus"] = "Angered Centrum",
		},
		["L10"] = {
			["title"] = "[[Line 10 (Gothenburg Tramway)|Line 10]]",
			["icon"] = "[[File:Spårvagnslinje 10.svg|16px|link=Line 10 (Gothenburg Tramway)]]",
			["color"] = "d8e8b0",
			["left terminus"] = "Doktor Sydows Gata",
			["right terminus"] = "Väderilsgatan",
		},
		["L11"] = {
			["title"] = "[[Line 11 (Gothenburg Tramway)|Line 11]]",
			["icon"] = "[[File:Spårvagnslinje 11.svg|16px|link=Line 11 (Gothenburg Tramway)]]",
			["color"] = "000000",
			["left terminus"] = "Saltholmen",
			["right terminus"] = "Komettorget",
		}
	}
}

return p