This is a data module for Module:Adjacent stations. It supports services operated by JNR.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Yahiko Line | Yahiko |
000000 |
|
local p = {
["lang"] = "en-GB",
["system title"] = "[[File:Japanese National Railway logo.svg|50px]] [[Japanese National Railways|JNR]]",
["system color"] = "000000",
["name format"] = "font-family: Helvetica; background-color: transparent; font-size: 125%; color: black; padding: 0.1em; line-height: 1em; white-space: nowrap; text-align: center; border-bottom: 8px solid #000000;",
["header background color"] = "000000",
["header text color"] = "ffffff",
["station format"] = {
"%1 Station",
["Ōura"] = "Ōura Station (Niigata)"
},
["lines"] = {
["Yahiko"] = {
["title"] = "[[Yahiko Line]]",
["color"] = "000000",
["left terminus"] = "Yahiko",
["right terminus"] = "Echigo-Nagasawa",
},
},
}
return p