Module:Adjacent stations/Aare Seeland mobil

< Module:Adjacent stations
Revision as of 14:12, 30 October 2022 by imported>Mackensen (refactor)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {
	["system title"] = "[[Aare Seeland mobil]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Regio (Swiss railway train)|Regio]]",
			["color"] = "C42937",	
		},
		["Biel–Täuffelen–Ins"] = {
			["left terminus"] = "Ins",
			["right terminus"] = "Biel/Bienne",
		},
		["Langenthal–St. Urban"] = {
			["left terminus"] = "Langenthal",
			["right terminus"] = "St. Urban Ziegelei",
		},	
		["Solothurn–Langenthal"] = {
			["left terminus"] = "Solothurn",
			["right terminus"] = "Langenthal",
		},
	},
}

return p