Jump to content

Module:Adjacent stations/Freiburg (Breisgau) tram

From Wikipedia, the free encyclopedia

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Trams in Freiburg im Breisgau|Freiburg (Breisgau) tram]]",
	["line icon format"] = "sroute",
	["station format"] = {
		"%1 station",
		["Freiburg"] = hbf,

	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Trams in Freiburg im Breisgau|%1]]"
		},
		["1"] = {
			["text color"] = "FFFFFF",
			["color"] = "E30613",
			["short name"] = "1",
			["left terminus"] = "Landwasser",
			["right terminus"] = "Littenweiler"
		},
		["2"] = {
			["text color"] = "FFFFFF",
			["color"] = "23A137",
			["short name"] = "2",
			["left terminus"] = "Hornusstraße",
			["right terminus"] = "Günterstal"
		},
		["3"] = {
			["text color"] = "FFFFFF",
			["color"] = "F59C00",
			["short name"] = "3",
			["left terminus"] = "Haid",
			["right terminus"] = "Zähringen"
		},
		["4"] = {
			["text color"] = "FFFFFF",
			["color"] = "EA5198",
			["short name"] = "4",
			["left terminus"] = "Freiburg Messe",
			["right terminus"] = "Vauban"
		},
		["5"] = {
			["text color"] = "FFFFFF",
			["color"] = "008AC4",
			["short name"] = "5",
			["left terminus"] = "Rieselfeld",
			["right terminus"] = "Europaplatz"
		},
	},
}

return p