This is a data module for Module:Adjacent stations. It supports services operated by Watarase Keikoku Railway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Watarase Keikoku Line | Watarase Keikoku |
6d0023 |
|
local gunma = "%1 Station (Gunma)"
local p = {
["lang"] = "en-GB",
["system title"] = "[[Watarase Keikoku Railway]]",
["system color"] = "6d0023",
["station format"] = {
"%1 Station",
["Gōdo"] = gunma,
["Motojuku"] = gunma,
["Nakano"] = gunma,
["Aioi"] = gunma,
["Undō-Kōen"] = gunma,
},
["lines"] = {
["Watarase Keikoku"] = {
["title"] = "[[Watarase Keikoku Line]]",
["color"] = "6d0023",
["left terminus"] = "Kiryū",
["right terminus"] = "Matō",
},
},
["aliases"] = {
["wk"] = "Watarase Keikoku",
},
}
return p