This is a data module for Module:Adjacent stations. It supports services operated by Hokuhoku.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Hokuhoku Line | Hokuhoku |
ff2861 |
|
local p = {
["lang"] = "en-GB",
["system title"] = "Hokuhoku Express",
["system color"] = "ff2861",
["station format"] = {
"%1 Station",
["Kuroi"] = "Kuroi Station (Niigata)",
},
["lines"] = {
["Hokuhoku"] = {
["title"] = "[[Hokuhoku Line]]",
["color"] = "ff2861",
["left terminus"] = "Naoetsu",
["right terminus"] = "Echigo-Yuzawa",
},
},
}
return p