Module:Adjacent stations/Regionalverkehr Bern-Solothurn

From blackwiki
< Module:Adjacent stations
Revision as of 21:52, 9 May 2020 by blackwiki>Mackensen (Created page with 'local p = { ["system title"] = "Regionalverkehr Bern-Solothurn", ["system icon"] = "", ["station format"] = { "%1 railway station", }, ["lines"] = {...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a data module for Module:Adjacent stations. It supports services operated by the Regionalverkehr Bern-Solothurn. See Module:Adjacent stations/Bern S-Bahn for the Bern S-Bahn S7, S8, and S9.


local p = {
	["system title"] = "[[Regionalverkehr Bern-Solothurn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["Bern–Solothurn"] = {
			["title"] = "[[RegioExpress]]",
			["color"] = "22b24c",
			["left terminus"] = "Bern",
			["right terminus"] = "Solothurn",
		},
	},
}

return p