local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Izuhakone Railway]]",
	["system color"] = "00b30f",
	["station format"] = {
		"%1 Station",
	},
	["lines"] = {
		["Daiyuzan"] = {
			["title"] = "[[Daiyūzan Line]]",
			["color"] = "00b30f",
			["left terminus"] = "Odawara",
			["right terminus"] = "Daiyūzan",
		},
		["Sunzu"] = {
			["title"] = "[[Sunzu Line]]",
			["color"] = "00b30f",
			["left terminus"] = "Mishima",
			["right terminus"] = "Shuzenji",
		},
	},
}

return p