Module:Adjacent stations/Glacier Express

From blackwiki
< Module:Adjacent stations
Revision as of 12:37, 26 September 2020 by Blackwikiadmin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a data module for Module:Adjacent stations. It supports services operated by the Glacier Express. .

Lines

Template:Rail template doc Template:Rail template doc Template:Rail template doc


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