This is a data module for Module:Adjacent stations. It supports services operated by Hokusō Railway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Hokusō Line | Hokuso |
00BFFF |
|
local p = {
["lang"] = "en-GB",
["system title"] = "[[File:Hokuso logo.svg|60px]]<br/>[[Hokusō Railway]]",
["system color"] = "00BFFF",
["station format"] = {
"%1 Station",
["Ōmachi"] = "Ōmachi Station (Chiba)",
},
["lines"] = {
["Hokuso"] = {
["title"] = "[[Hokusō Line]]",
["color"] = "00BFFF",
["left terminus"] = "Keisei Takasago",
["right terminus"] = "Imba Nihon-idai",
},
},
}
return p