This is a data module for Module:Adjacent stations. It supports services in Gunma Prefecture (Japan) operated by Joshin Electric Railway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Jōshin Line | Joshin |
009174 |
|
local p = {
["lang"] = "en-GB",
["system title"] = "[[Joshin Electric Railway]]",
["system color"] = "009174",
["station format"] = {
"%1 Station",
["Yoshii"] = "Yoshii Station (Gunma)",
},
["lines"] = {
["Joshin"] = {
["title"] = "[[Jōshin Line]]",
["color"] = "009174",
["left terminus"] = "Shimonita",
["right terminus"] = "Takasaki",
},
},
}
return p