Jump to content

Module:Adjacent stations/Hohenzollerische Landesbahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Grahamec (talk | contribs) at 04:42, 9 June 2023 (add colour). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

local p = {
	["system title"] = "",
	["system icon"] = "[[File:Logo Hohenzollerische Landesbahn.svg|60px|link=Hohenzollerische Landesbahn]]",
	["station format"] = {
		"%1 station",
		["Ulm Hbf"] = "Ulm Hauptbahnhof",
		["Aalen Hbf"] = "Aalen Hauptbahnhof",
		["Tübingen"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",	
		},
		["RB 42"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|RB 42]]",
			["color"] = "008c3c",
			["left terminus"] = "Rottweil",
			["right terminus"] = "Bräunlingen",
		},	
		["RB 43"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|RB 43]]",
			["color"] = "009fe3",
			["left terminus"] = "Blumberg-Zollhaus",
			["right terminus"] = "Rottweil",
		},
		["RB 43a"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|RB 43a]]",
			["color"] = "b6931d",
			["left terminus"] = "Immendingen",
			["right terminus"] = "Sigmaringen",
		},
		["RB 66"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|RB 66]]",
			["color"] = "afca0b",
			["left terminus"] = "Tübingen",
			["right terminus"] = "Sigmaringen",
		},
	    ["RE 57"] = {
			["title"] = "[[Regional-Express|RE 57]]",
			["color"] = "999999",
			["left terminus"] = "Ulm Hbf",
			["right terminus"] = "Aalen Hbf",					
		},
		-- deprecated
		["RS"] = {
			["title"] = "",
			["color"] = "00af04",
			["types"] = {
				["3"] = {
					["title"] = "[[Danube-Iller Regional S-Bahn|RS 3]]",
					["left terminus"] = "Munderkingen",
					["right terminus"] = "Ulm Hbf",
				},
			    ["5"] = {
					["title"] = "[[Danube-Iller Regional S-Bahn|RS 5]]",
					["left terminus"] = "Ulm Hbf",
					["right terminus"] = "Aalen Hbf",					
				},
				["51"] = {
					["title"] = "[[Danube-Iller Regional S-Bahn|RS 51]]",
					["left terminus"] = "Ulm Hbf",
					["right terminus"] = "Langenau",					
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "FF0000",
			["types"] = {
			    ["57"] = {
					["title"] = "[[Regional-Express|RE 57]]",
					["left terminus"] = "Ulm Hbf",
					["right terminus"] = "Aalen Hbf",					
				},
									
			},
		},
	},
}

return p