Module:Adjacent stations/Kobe Electric Railway

local x = "%1 Station (Hyōgo)"

local p = {
	["system title"] = "[[Kobe Electric Railway]]",
	["system icon"] = "[[File:Kobe rallway logo mark.svg|18px|link=Kobe Electric Railway]]",
	["station format"] = {
		"%1 Station",
		["Yokoyama"] = x,
		["Maruyama"] = x,
        ["Hata"] = x,
        ["Ono"] = x,
        ["Omura"] = x,
        ["Ebisu"] = x,
        ["Midorigaoka"] = x,
        ["Sakae"] = x,
        ["Kobata"] = x,
        ["Kizu"] = x,

        ["Ichiba"] = "%1 Station (Shintetsu)",
	},
	["lines"] = {
		["Arima"] = {
			["title"] = "[[Shintetsu Arima Line|Arima Line]]",
			["color"] = "e80000",
			["left terminus"] = "Minatogawa",
			["right terminus"] = "Arima Onsen",
		},
		["Sanda"] = {
			["title"] = "[[Shintetsu Sanda Line|Sanda Line]]",
			["color"] = "009620",
			["left terminus"] = "Arimaguchi",
			["right terminus"] = "Sanda",
		},
		["Koen-Toshi"] = {
			["title"] = "[[Shintetsu Kōen-Toshi Line|Kōen-Toshi Line]]",
			["color"] = "c87d00",
			["left terminus"] = "Woody Town Chūō",
			["right terminus"] = "Yokoyama",
        },
        ["Ao"] = {
			["title"] = "[[Shintetsu Ao Line|Ao Line]]",
			["color"] = "1e39a1",
			["left terminus"] = "Ao",
			["right terminus"] = "Suzurandai",
		},
        ["Namboku"] = {
			["title"] = "[[Namboku Line (Kobe)|Namboku Line]]",
			["color"] = "fd59a4",
			["left terminus"] = "Shinkaichi",
			["right terminus"] = "Minatogawa",
        },
	},
}

return p