Module:Adjacent stations/Echigo
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Echigo Tokimeki Railway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Myōkō Haneuma Line | Myoko Haneuma |
00d18c |
| |
Nihonkai Hisui Line | Nihonkai Hisui |
1f7fc3 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Shirayuki |
000000 |
|
local p = {
["lang"] = "en-US",
["system title"] = "[[Echigo Tokimeki Railway|Echigo TOKImeki]]",
["system color"] = "000000",
["station format"] = {
"%1 Station",
},
["lines"] = {
["Myoko Haneuma"] = {
["title"] = "[[Myōkō Haneuma Line]]",
["color"] = "00d18c",
["left terminus"] = "Myōkō-Kōgen",
["right terminus"] = "Naoetsu",
},
["Nihonkai Hisui"] = {
["title"] = "[[Nihonkai Hisui Line]]",
["color"] = "1f7fc3",
["left terminus"] = "Ichiburi",
["right terminus"] = "Naoetsu",
},
},
}
return p