Jump to content

Module:Adjacent stations/NStCM

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Chemin de fer Nyon–St-Cergue–Morez|NStCM]]",
	["system icon"] = "[[File:Logo Chemin de fer Nyon-Saint-Cergue-Morez new.svg|20px|link=Chemin de fer Nyon–St-Cergue–Morez]]",
	["station format"] = {
		"%1 railway station",
	},
	["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto; font-stretch:expanded; color:#FFFFFF; background-color:#0E3984;  padding:0.5em 4px; text-align:center; align-items:center;",
	["header background color"] = "ee2821",
	["header text color"] = "FFFFFF",
	["lines"] = {
		["R55"] = {
			["title"] = "[[Regio (Swiss railway train)|R55]]",
			["color"] = "EE2821",
			["left terminus"] = {"Genolier", "St-Cergue","La Cure"},
			["right terminus"] = "Nyon",
			["types"] = {
				["St-Cergue"] = {
					["title"] = "",
					["right terminus"] = {"St-Cergue", "La Cure"},
				},
				["La Cure"] = {
					["title"] = "",
					["right terminus"] = "La Cure",
				},			
			},
		},
	},
}

return p