Module:Adjacent stations/Croatian Railways

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

local p = {
	["system title"] = "[[Croatian Railways]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Augsburg"] = hbf,
		["München"] = hbf,
		["Salzburg"] = hbf,
		["Stuttgart"] = hbf,
		["Ulm"] = hbf,
		["Villach"] = hbf,
		["Zagreb"] = "Zagreb Glavni kolodvor",
		["Zürich"] = "[[Zürich Hauptbahnhof|Zürich HB]]",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "0F5396",
		},
		-- EN (EuroNight)	
		["EN Stuttgart-Zagreb"] = {
			["title"] = "[[EuroNight]]",
			["left terminus"] = {"Zürich", "Stuttgart"},
			["right terminus"] = "Zagreb",
			["types"] = {
				-- 414, 40237
				["Stuttgart"] = {
					["title"] = "",
					["left terminus"] = "Stuttgart",					
				},
				-- 40414, 40465
				["Zürich"] = {
					["title"] = "",
					["left terminus"] = "Zürich",
				},
			},
		},
	},
}

return p