This is a data module for Module:Adjacent stations. It supports services operated by Iwate Galaxy.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Iwate Galaxy Railway Line | Iwate Galaxy |
273d9d |
|
local p = {
["lang"] = "en-GB",
["system icon"] = "[[File:Igrail.svg|20px|link=Iwate Galaxy Railway]]",
["system title"] = "Iwate Galaxy Railway",
["system color"] = "fcba03",
["station format"] = {
["Aoyama"] = "Aoyama Station (Iwate)",
"%1 Station",
},
["lines"] = {
["Iwate Galaxy"] = {
["title"] = "[[Iwate Galaxy Railway Line]]",
["color"] = "273d9d",
["left terminus"] = "Morioka",
["right terminus"] = "Metoki",
},
},
}
return p