Jump to content

Module:Adjacent stations/BLS

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 14:32, 14 March 2020 (+Zweisimmen-Bern regio). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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"] = {
		["RegioExpress"] = {
			["title"] = "[[RegioExpress]]",
			["color"] = "003d7e",
			["types"] = {
				["Zweisimmen-Interlaken"] = {
					["title"] = "Zweisimmen to Interlaken",
					["left terminus"] = "Zweisimmen",
					["right terminus"] = "Interlaken Ost",
				},
			},
		},
		["Regio"] = {
			["title"] = "[[Regio (Swiss railway train)|Regio]]",
			["color"] = "bcbdc0",
			["types"] = {
				["Spiez-Interlaken"] = {
					["title"] = "Spiez to Interlaken",
					["left terminus"] = "Spiez",
					["right terminus"] = "Interlaken Ost",
				},
				["Zweisimmen-Bern"] = {
					["title"] = "Zweisimmen to Bern",
					["left terminus"] = "Zweisimmen",
					["right terminus"] = "Bern",
				},
			},			
		},
	},
}

return p