This is a data module for Module:Adjacent stations. It supports services operated by Konan.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Kōnan Line | Konan |
ff9900 |
| |
Ōwani Line | Owani |
ff9900 |
|
local p = {
["lang"] = "en-GB",
["system title"] = "[[Kōnan Railway]]",
["system color"] = "ff9900",
["station format"] = {
"%1 Station",
["Kuroishi"] = "Kuroishi Station (Aomori)",
["Shukugawara"] = "Shukugawara Station (Aomori)",
},
["lines"] = {
["Konan"] = {
["title"] = "[[Kōnan Line]]",
["color"] = "ff9900",
["left terminus"] = "Hirosaki",
["right terminus"] = "Kuroishi",
},
["Owani"] = {
["title"] = "[[Ōwani Line]]",
["color"] = "ff9900",
["left terminus"] = "Chūō-Hirosaki",
["right terminus"] = "Ōwani",
},
},
}
return p