모듈:Adjacent stations/Südostbahn

위키백과, 우리 모두의 백과사전.

local ch = "%1 railway station (Switzerland)"

local p = {
	["system title"] = "[[쥐토스트반]]",
	["system icon"] = "",
	["station format"] = {
		"%1역",
		["Altdorf"] = ch,
		["Zürich Hauptbahnhof"] = "%1",
	},
	["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"] = "FFFFFF",
	["header text color"] = "EB1A00",
	["lines"] = {
		["27"] = {
			["title"] = "[[Südostbahn#Network|S27]]",
			["short name"] = "S27",
			["color"] = "89ac41",
			["text color"] = "FFFFFF",
			["left terminus"] = "Siebnen-Wangen",
			["right terminus"] = "Ziegelbrücke",
		},
		["InterRegio"] = {
			["color"] = "ff0000",
			["title"] = "[[인터레기오]]",
			["types"] = {
				["26"] = {
					["title"] = "IR 26",
					["left terminus"] = "Basel SBB",
					["right terminus"] = "Locarno",
				},
				["35"] = {
					["title"] = "IR 35 Aare Linth",
					["left terminus"] = "Bern",
					["right terminus"] = "Chur",					
				},
				["46"] = {
					["title"] = "IR 46",
					["left terminus"] = "Zürich Hauptbahnhof",
					["right terminus"] = "Locarno",
				},
			},
		},
		["Voralpen-Express"] = {
			["title"] = "[[포어알펜 익스프레스]]",
			["short name"] = "VAE",
			["color"] = "00aeef",
			["text color"] = "FFFFFF",
			["left terminus"] = "Lucerne",
			["right terminus"] = "St. Gallen",
		},
	},
}

return p