Module:Adjacent stations/Aare Seeland mobil

MyWikiBiz, Author Your Legacy — Friday May 03, 2024
Jump to navigationJump 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",
				},
				["Langenthal–St. Urban"] = {
					["title"] = "",
					["left terminus"] = "Langenthal",
					["right terminus"] = "St. Urban Ziegelei",
				},	
				["Solothurn–Langenthal"] = {
					["title"] = "",
					["left terminus"] = "Solothurn",
					["right terminus"] = "Langenthal",
				},				
			},
		},
	},
}

return p