Module:Adjacent stations/RegionAlps

MyWikiBiz, Author Your Legacy — Friday November 15, 2024
< Module:Adjacent stations
Revision as of 18:43, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/RegionAlps)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
local ch = "%1 railway station (Switzerland)"

local p = {
	["system title"] = "[[RegionAlps]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Sion"] = ch,
	},
	["lines"] = {
		["Regio"] = {
			["title"] = "[[Regio (Swiss railway train)|Regio]]",
			["types"] = {
				["Martigny–Le Châble"] = {
					["title"] = "",
					["color"] = "942824",
					["left terminus"] = "Martigny",
					["right terminus"] = "Le Châble",
				},
				["Monthey–Brig"] = {
					["title"] = "",
					["color"] = "22b24c",
					["left terminus"] = "Monthey",
					["right terminus"] = "Brig",
				},
				["Saint-Gingolph–Brig"] = {
					["title"] = "",
					["color"] = "ed1c24",
					["left terminus"] = "St-Gingolph",
					["right terminus"] = "Brig",
				},
				["Sembrancher–Orsières"] = {
					["title"] = "",
					["color"] = "942824",
					["left terminus"] = "Sembrancher",
					["right terminus"] = "Orsières",
				},
			},
		},
	},
}

return p