Module:Adjacent stations/Aare Seeland mobil

From blackwiki
< Module:Adjacent stations
Revision as of 23:58, 13 June 2020 by blackwiki>Mackensen (refactor)
Jump to navigation Jump to search
local p = {
	["system title"] = "[[Aare Seeland mobil]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "C42937",	
		},
		["Regio"] = {
			["title"] = "[[Regio (Swiss railway train)|Regio]]",
			["types"] = {
				["Biel–Täuffelen–Ins"] = {
					["title"] = "",
					["left terminus"] = "Ins",
					["right terminus"] = "Biel/Bienne",
				},
				["Solothurn–Langenthal"] = {
					["title"] = "",
					["left terminus"] = "Solothurn",
					["right terminus"] = "Langenthal",
				},				
			},
		},
	},
}

return p