This is a data module for Module:Adjacent stations. It supports services operated by Keihan Electric Railway.
Lines
edit| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| Keihan Main Line | Main |
1d2088 |
| |
| Katano Line | Katano |
1d2088 |
| |
| Nakanoshima Line | Nakanoshima |
1d2088 |
| |
| Ōtō Line | Oto |
1d2088 |
| |
| Uji Line | Uji |
1d2088 |
| |
| Cable Line | Cable |
1d2088 |
| |
| Keishin Line | Keishin |
aace24 |
| |
| Ishiyama Sakamoto Line | Ishiyama Sakamoto |
70c8e0 |
|
local kyoto = "%1 Station (Kyoto)"
local osaka = "%1 Station (Osaka)"
local shiga = "%1 Station (Shiga)"
local keihan = "%1 Station (Keihan)"
local p = {
["lang"] = "en-GB",
["system icon"] = "[[File:Keihan Symbol.svg|18px|link=Keihan Electric Railway|alt=Logo for Keihan Electric Railway.]]",
["system title"] = "[[Keihan Electric Railway]]",
["system color"] = "1d2088",
["station format"] = {
"%1 Station",
--main
["Nakanoshima"] = osaka,
["Kitahama"] = osaka,
["Kyōbashi"] = osaka,
["Doi"] = osaka,
["Ōwada"] = osaka,
["Makino"] = osaka,
["Hashimoto"] = kyoto,
["Sanjō"] = kyoto,
["Miyanosaka"] = osaka,
["Hoshigaoka"] = osaka,
["Kōzu"] = osaka,
["Ōbaku"] = keihan,
["Uji"] = keihan,
["Rokujizō"] = keihan,
-- otsu
["Awazu"] = shiga,
["Oiwake"] = shiga,
["Ōtani"] = shiga,
["Anō"] = shiga,
},
["lines"] = {
-- main lines
["Main"] = {
["title"] = "[[Keihan Main Line]]",
["color"] = "1d2088",
["icon"] = "[[File:Number prefix Keihan lines.svg|20px|link=Keihan Main Line|alt=Logo for the Keihan Main Line.]]",
["left terminus"] = "Yodoyabashi",
["right terminus"] = "Sanjō",
},
["Katano"] = {
["title"] = "[[Keihan Katano Line|Katano Line]]",
["color"] = "1d2088",
["icon"] = "[[File:Number prefix Keihan lines.svg|20px|link=Keihan Katano Line|alt=Logo for the Keihan Katano Line.]]",
["left terminus"] = "Hirakatashi",
["right terminus"] = "Kisaichi",
},
["Nakanoshima"] = {
["title"] = "[[Keihan Nakanoshima Line|Nakanoshima Line]]",
["color"] = "1d2088",
["icon"] = "[[File:Number prefix Keihan lines.svg|20px|link=Keihan Nakanoshima Line|alt=Logo for the Keihan Nakanoshima Line.]]",
["left terminus"] = "Nakanoshima",
["right terminus"] = "Temmabashi",
},
["Oto"] = {
["title"] = "[[Keihan Ōtō Line|Ōtō Line]]",
["color"] = "1d2088",
["icon"] = "[[File:Number prefix Keihan lines.svg|20px|link=Keihan Ōtō Line|alt=Logo for the Keihan Ōtō Line.]]",
["left terminus"] = "Sanjō",
["right terminus"] = "Demachiyanagi",
},
["Uji"] = {
["title"] = "[[Keihan Uji Line|Uji Line]]",
["color"] = "1d2088",
["icon"] = "[[File:Number prefix Keihan lines.svg|20px|link=Keihan Uji Line|alt=Logo for the Keihan Uji Line.]]",
["left terminus"] = "Chūshojima",
["right terminus"] = "Uji",
},
["Cable"] = {
["title"] = "[[Keihan Cable Line|Cable Line]]",
["color"] = "1d2088",
["icon"] = "[[File:Number prefix Keihan lines.svg|20px|link=Keihan Cable Line|alt=Logo for the Keihan Cable Line.]]",
["left terminus"] = "Cable-hachimangū-guchi",
["right terminus"] = "Cable-hachimangū-sanjō",
},
-- otsu
["Keishin"] = {
["title"] = "[[Keihan Keishin Line|Keishin Line]]",
["color"] = "aace24",
["icon"] = "[[File:Keihan Keishin line symbol.svg|20px|link=Keihan Keishin Line|alt=Logo for the Keihan Keishin Line.]]",
["left terminus"] = "Misasagi",
["right terminus"] = "Biwako-hamaotsu",
},
["Ishiyama Sakamoto"] = {
["title"] = "[[Keihan Ishiyama Sakamoto Line|Ishiyama Sakamoto Line]]",
["color"] = "70c8e0",
["icon"] = "[[File:Keihan Ishiyama-Sakamoto line symbol.svg|20px|link=Keihan Ishiyama Sakamoto Line|alt=Logo for the Keihan Ishiyama Sakamoto Line.]]",
["left terminus"] = "Ishiyamadera",
["right terminus"] = "Sakamoto-hieizanguchi",
},
},
}
return p