Jump to content

Module:Adjacent stations/DB Fernverkehr

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:56, 6 January 2020 (Created page with 'local p = { ["system title"] = "Deutsche Bahn", ["system icon"] = "", ["station format"] = { "%1 station", ["Zürich Hauptbahnhof"] = "%1", }, ["lin...'). 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"] = "[[Deutsche Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Zürich Hauptbahnhof"] = "%1",
	},
	["lines"] = {
		["ICE"] = {
			["title"] = "[[List of Intercity-Express lines in Germany#%3|ICE %3]]",
			["types"] = {
				["20"] = {
					["title"] = "",
					["left terminus"] = "Hamburg-Altona",
					["right terminus"] = "Chur",
				}
			}
		},
	},
}

return p