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:40, 21 May 2023 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Bayerische Zugspitzbahn", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = { ["_default"] = { ["text color"] = "FFFFFF", ["title"] = "", }, ["RB 64"] = { ["title"] = "RB 64", ["color"] = "70C3D9", ["left terminus"] = "Garmisch-Partenkirchen", ["right terminus"] = "Grainau", }, }, } return p'). 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 hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Bayerische Zugspitzbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
			["title"] = "",			
		},
			["RB 64"] = {
			["title"] = "[[Bavarian Zugspitze Railway|RB 64]]",
			["color"] = "70C3D9",
			["left terminus"] = "Garmisch-Partenkirchen",
			["right terminus"] = "Grainau",
		},
	},
}

return p