Module:Adjacent stations/Glacier Express

< Module:Adjacent stations
Revision as of 18:27, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Glacier Express)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {
	["system title"] = "[[Glacier Express]]",
	["system icon"] = "",
	["system color"] = "DA182B",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["Glacier Express"] = {
			["title"] = "''[[Glacier Express]]''",
			["color"] = "DA182B",
			["left terminus"] = "Zermatt",
			["right terminus"] = "St. Moritz",
		},
	},
}

return p