This is a data module for Module:Adjacent stations. It supports former services operated by Kobe Electric Railway.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Arima Line | Arima |
e80000 |
| |
Sanda Line | Sanda |
009620 |
| |
Kōen-Toshi Line | Koen-Toshi |
c87d00 |
| |
Ao Line | Ao |
1e39a1 |
| |
Namboku Line | Namboku |
fd59a4 |
|
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