Jump to content

Module:Adjacent stations/Bayerische Zugspitzbahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Grahamec (talk | contribs) at 05:58, 21 May 2023 (add title). 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"] = "[[Bayerische Zugspitzbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
			["title"] = "[[Bayerische Zugspitzbahn|%1]]",	
		},
			["RB 64"] = {
			["title"] = "[[Bavarian Zugspitze Railway|RB 64]]",
			["color"] = "70C3D9",
			["left terminus"] = "Garmisch-Partenkirchen",
			["right terminus"] = "Grainau",
		},
	},
}

return p