Module:Adjacent stations/Shinano
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Shinano.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Shinano Railway Line | Shinano Railway |
f9a200 |
| |
Kita-Shinano Line | Kita-Shinano |
f9a200 |
|
local p = {
["lang"] = "en-GB",
["system title"] = "[[Shinano Railway]]",
["system color"] = "f9a200",
["station format"] = {
"%1 Station",
},
["lines"] = {
["Shinano Railway"] = {
["title"] = "[[Shinano Railway Line]]",
["color"] = "f9a200",
["left terminus"] = "Nagano",
["right terminus"] = "Karuizawa",
},
["Kita-Shinano"] = {
["title"] = "[[Kita-Shinano Line]]",
["color"] = "f9a200",
["left terminus"] = "Nagano",
["right terminus"] = "Myoko-Kogen",
},
},
}
return p