Module:Adjacent stations/OeBB

MyWikiBiz, Author Your Legacy — Sunday November 03, 2024
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/OeBB/doc

local p = {
	["system title"] = "[[Oensingen-Balsthal-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "06689c",	
		},
		["Regio"] = {
			["title"] = "[[Regio (Swiss railway train)|Regio]]",
			["types"] = {
				["Oensingen–Balsthal"] = {
					["title"] = "",
					["left terminus"] = "Oensingen",
					["right terminus"] = "Balsthal",
				},
			},
		},
	},
}

return p