Jump to content

Module:Adjacent stations/Rhaetian Railway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 02:23, 16 January 2020 (save). 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 p = {
	["system title"] = "[[Rhaetian Railway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["RegioExpress"] = {
			["title"] = "[[RegioExpress]]",
			["types"] = {
				["Landquart–Davos Platz"] = {
					["title"] = "[[Rhaetian Railway#Landquart–Davos line|Landquart–Davos Platz]]",
					["color"] = "951b81",
					["left terminus"] = "Landquart",
					["right terminus"] = "Davos Platz",
				},
				["Disentis/Mustér–Scuol-Taraspz"] = {
					["title"] = "[[Rhaetian Railway#Network|Landquart–Davos Platz]]",
					["color"] = "a97500",
					["left terminus"] = "Disentis/Mustér",
					["right terminus"] = "Scuol-Taraspz",
				},
				["Landquart–St. Moritz"] = {
					["title"] = "[[Rhaetian Railway#Landquart–Davos line|Landquart–St. Moritz]]",
					["color"] = "29a9aa",
					["left terminus"] = "Landquart",
					["right terminus"] = "St. Moritz",
				},
			}
		},
	},
}

return p