This is a data module for Module:Adjacent stations. It supports services operated by Shonan.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Enoshima Line | Enoshima |
00aaf3 |
|
local p = {
["lang"] = "en-GB",
["system title"] = "[[Shonan Monorail]]",
["system color"] = "00aaf3",
["station format"] = {
["Fujimichō"] = "Fujimichō Station (Kanagawa)",
"%1 Station",
},
["lines"] = {
["Enoshima"] = {
["title"] = "[[Shonan Monorail|Enoshima Line]]",
["color"] = "00aaf3",
["left terminus"] = "Shōnan-Enoshima",
["right terminus"] = "Ōfuna",
},
},
}
return p