This is a data module for Module:Adjacent stations. It supports services in Chichibu, Saitama Prefecture, Japan operated by Chichibu Railway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Chichibu Main Line | Chichibu Main |
00b9ee |
| |
SL Paleo Express | SL Paleo Express |
000000 |
|
local p = {
["lang"] = "en-GB",
["system title"] = "[[Chichibu Railway]]",
["system color"] = "00b9ee",
["station format"] = {
["Higuchi"] = "Higuchi Station (Saitama)",
["Nagata"] = "Nagata Station (Saitama)",
"%1 Station",
},
["lines"] = {
["Chichibu Main"] = {
["title"] = "[[Chichibu Main Line]]",
["color"] = "00b9ee",
["left terminus"] = "Mitsumineguchi",
["right terminus"] = "Hanyū",
},
["SL Paleo Express"] = {
["title"] = "''[[Steam locomotive|SL]] Paleo Express''",
["color"] = "000000",
["left terminus"] = "Mitsumineguchi",
["right terminus"] = "Kumagaya",
},
},
}
return p