Module:Adjacent stations/Deutsche Bahn

From blackwiki
Jump to navigation Jump to search

This is a data module for Module:Adjacent stations. It supports services operated by Deutsche Bahn.

Lines

ICE

Template:Rail template doc Template:Rail template doc Template:Rail template doc


local p = {
	["system title"] = "[[Deutsche Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Zürich Hauptbahnhof"] = "%1",
	},
	["lines"] = {
		["ICE"] = {
			["title"] = "",
			["types"] = {
				["12"] = {
					["title"] = "[[List of Intercity-Express lines in Germany#20|ICE 12]]",
					["short name"] = "ICE 12",
					["color"] = "8ED8F8",
					["left terminus"] = "Interlaken Ost",
					["right terminus"] = "Berlin Ostbahnhof",
				},
				["20"] = {
					["title"] = "[[List of Intercity-Express lines in Germany#20|ICE 20]]",
					["short name"] = "ICE 20",
					["color"] = "DFBF00",
					["left terminus"] = "Hamburg-Altona",
					["right terminus"] = "Chur",
				},
			}
		},
	},
}

return p