Jump to content

Module:Adjacent stations/Gothenburg Tramway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by JokingGold0 (talk | contribs) at 10:29, 5 April 2025 (Created page with 'local p = { ["system title"] = "Gothenburg Tramway", ["system icon"] = "18px|link=Gothenburg Tramway", ["station format"] = "%1 tram stop", ["lines"] = { ["1"] = { ["title"] = "Line 1", ["icon"] = "20px|link=Line 1 (Gothenburg Tramway)", ["color"] = "ffffff", ["left terminus"] = "Opaltorget", ["right terminus"] = "Östr...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "Gothenburg Tramway",
	["system icon"] = "[[File:Göteborgs Spårvägar logo (without text).svg|18px|link=Gothenburg Tramway]]",
	["station format"] = "%1 tram stop",
	["lines"] = {
		["1"] = {
			["title"] = "[[Line 1 (Gothenburg Tramway)|Line 1]]",
			["icon"] = "[[File:Spårvagnslinje 1.svg|20px|link=Line 1 (Gothenburg Tramway)]]",
			["color"] = "ffffff",
			["left terminus"] = "Opaltorget",
			["right terminus"] = "Östra Sjukhuset",
		},
		["2"] = {
			["title"] = "[[Line 2 (Gothenburg Tramway)|Line 2]]",
			["icon"] = "[[File:Spårvagnslinje 2.svg|20px|link=Line 2 (Gothenburg Tramway)]]",
			["color"] = "ffdd00",
			["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|20px|link=Line 3 (Gothenburg Tramway)]]",
			["color"] = "0071c1",
			["left terminus"] = "Marklandsgatan",
			["right terminus"] = "Virginsgatan",
		},
		["4"] = {
			["title"] = "[[Line 4 (Gothenburg Tramway)|Line 4]]",
			["icon"] = "[[File:Spårvagnslinje 4.svg|20px|link=Line 4 (Gothenburg Tramway)]]",
			["color"] = "027446",
			["left terminus"] = "Mölndals Innerstad",
			["right terminus"] = "Angered Centrum",
		},
		["5"] = {
			["title"] = "[[Line 5 (Gothenburg Tramway)|Line 5]]",
			["icon"] = "[[File:Spårvagnslinje 5.svg|20px|link=Line 5 (Gothenburg Tramway)]]",
			["color"] = "c63539",
			["left terminus"] = "Varmfrontsgatan",
			["right terminus"] = "Östra Sjukhuset",
		},
		["6"] = {
			["title"] = "[[Line 6 (Gothenburg Tramway)|Line 6]]",
			["icon"] = "[[File:Spårvagnslinje 6.svg|20px|link=Line 6 (Gothenburg Tramway)]]",
			["color"] = "f89828",
			["left terminus"] = "Varmfrontsgatan",
			["right terminus"] = "Aprilgatan",
		},
		["7"] = {
			["title"] = "[[Line 7 (Gothenburg Tramway)|Line 7]]",
			["icon"] = "[[File:Spårvagnslinje 7.svg|20px|link=Line 7 (Gothenburg Tramway)]]",
			["color"] = "764712",
			["left terminus"] = "Opaltorget",
			["right terminus"] = "Komettorget",
		},
		["8"] = {
			["title"] = "[[Line 8 (Gothenburg Tramway)|Line 8]]",
			["icon"] = "[[File:Spårvagnslinje 8.svg|20px|link=Line 8 (Gothenburg Tramway)]]",
			["color"] = "a5449a",
			["left terminus"] = "Frölunda Torg",
			["right terminus"] = "Angered Centrum",
		},
		["9"] = {
			["title"] = "[[Line 9 (Gothenburg Tramway)|Line 9]]",
			["icon"] = "[[File:Spårvagnslinje 9.svg|20px|link=Line 9 (Gothenburg Tramway)]]",
			["color"] = "d0edfb",
			["left terminus"] = "Kungsten",
			["right terminus"] = "Angered Centrum",
		},
		["10"] = {
			["title"] = "[[Line 10 (Gothenburg Tramway)|Line 10]]",
			["icon"] = "[[File:Spårvagnslinje 10.svg|20px|link=Line 10 (Gothenburg Tramway)]]",
			["color"] = "d8e8b0",
			["left terminus"] = "Doktor Sydows Gata",
			["right terminus"] = "Väderilsgatan",
		},
		["11"] = {
			["title"] = "[[Line 11 (Gothenburg Tramway)|Line 11]]",
			["icon"] = "[[File:Spårvagnslinje 11.svg|20px|link=Line 11 (Gothenburg Tramway)]]",
			["color"] = "000000",
			["left terminus"] = "Saltholmen",
			["right terminus"] = "Komettorget",
		},
	},
}

return p