Module:Adjacent stations/BLS

MyWikiBiz, Author Your Legacy — Thursday May 02, 2024
Jump to navigationJump to search
local p = {
	["system title"] = "[[BLS AG|BLS]]",
	["system icon"] = "",
	["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"] = "a0e100",
	["header text color"] = "0028a0",
	["lines"] = {
		["InterRegio"] = {
			["title"] = "[[InterRegio]]",
			["color"] = "003d7e",
			["types"] = {
				["17"] = {
					["title"] = "IR 17",
					["left terminus"] = "Bern",
					["right terminus"] = "Olten",
				},
				["65"] = {
					["title"] = "IR 65",
					["left terminus"] = "Biel/Bienne",
					["right terminus"] = "Bern",
				},
				["66"] = {
					["title"] = "IR 66",
					["left terminus"] = "La Chaux-de-Fonds",
					["right terminus"] = "Bern",
				},
			},
		},
		["RegioExpress"] = {
			["title"] = "[[RegioExpress]]",
			["color"] = "003d7e",
			["types"] = {
				["Bern-Domodossola"] = {
					["title"] = "''Lötschberger''",
					["left terminus"] = "Bern",
					["right terminus"] = "Domodossola",
				},
				["Bern-Lucerne"] = {
					["title"] = "",
					["left terminus"] = "Bern",
					["right terminus"] = "Lucerne",
				},
				["Zweisimmen-Interlaken"] = {
					["title"] = "",
					["left terminus"] = "Zweisimmen",
					["right terminus"] = "Interlaken Ost",
				},
			},
		},
		["Regio"] = {
			["title"] = "[[Regio (Swiss railway train)|Regio]]",
			["color"] = "bcbdc0",
			["types"] = {
				["Kerzers–Lyss"] = {
					["title"] = "",
					["left terminus"] = "Kerzers",
					["right terminus"] = "Lyss",
				},
				["Konolfingen–Hasle-Rüegsau"] = {
					["title"] = "",
					["left terminus"] = "Konolfingen",
					["right terminus"] = "Hasle-Rüegsau",
				},
				["Lyss–Büren an der Aare"] = {
					["title"] = "",
					["left terminus"] = "Büren an der Aare",
					["right terminus"] = "Lyss",
				},
				["Thun-Konolfingen"] = {
					["title"] = "",
					["left terminus"] = "Thun",
					["right terminus"] = "Konolfingen",
				},
				["Thun-Solothurn"] = {
					["title"] = "",
					["left terminus"] = "Thun",
					["right terminus"] = "Solothurn",
				},
				["Zweisimmen-Bern"] = {
					["title"] = "",
					["left terminus"] = "Zweisimmen",
					["right terminus"] = "Bern",
				},
			},			
		},
	},
}

return p