local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local RE = "E2001A"
local RB = "00519E"

local p = {
	["system title"] = "[[Abellio Rail Baden-Württemberg]]",
	["system icon"] = "[[File:Abellio logo.svg|30px]]",
	["station format"] = {
		"%1 station",
		["Bad Friedrichshall"] = hbf,
		["Heilbronn"] = hbf,
		["Mannheim"] = hbf,
		["Tübingen"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|%1]]",
			["text color"] = "FFFFFF"	
		},
		["RB 10a"] = {
			["color"] = RB,
			["left terminus"] = "Mosbach-Neckarelz",
			["right terminus"] = "Heilbronn"
		},
		["RB 18"] = {
			["color"] = RB,
			["left terminus"] = "Osterburken",
			["right terminus"] = "Tübingen"
		},
		["RE 10a"] = {
			["color"] = RE,
			["left terminus"] = "Mannheim",
			["right terminus"] = "Heilbronn"
		},
		["RE 10b"] = {
			["color"] = RE,
			["left terminus"] = "Mannheim",
			["right terminus"] = "Heilbronn"
		},
	}
}

return p