Jump to content

Module:Adjacent stations/Travys

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Travys]]",
	["system icon"] = "[[File:Travys logo.svg|30px|link=Travys]]",
	["system icon format"] = "croute",
	["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"] = "c6183d",
	["header text color"] = "FFFFFF",
	["lines"] = {
		["_default"] = {
			["title"] = "[[Regio (Swiss railway train)|%1]]"
		},
		["R11"] = {
			["color"] = "84653e",
			["left terminus"] = "Orbe",
			["right terminus"] = "Chavornay",
		},
		["R12"] = {
			["color"] = "da2128",
			["left terminus"] = "Ste-Croix",
			["right terminus"] = "Yverdon-les-Bains",
		},
	},
}

return p