Module:Adjacent stations/New Shuttle
Appearance
This is a data module for Module:Adjacent stations. It supports services in Saitama Prefecture operated by New Shuttle.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Ina Line | Ina |
339999 |
|
local x = "%1 Station (Saitama)"
local p = {
["lang"] = "en-GB",
["system title"] = "[[New Shuttle]]",
["system color"] = "ffbe00",
["system icon"] = "[[File:New Shuttle Line symbol.svg|18px|link=New Shuttle]]",
["station format"] = {
"%1 Station",
["Ogata"] = "Ogata Station (Akita)",
["Ōmiya"] = x,
["Omiya"] = x,
["Kamonomiya"] = x,
["Maruyama"] = x,
},
["lines"] = {
["Ina"] = {
["title"] = "Ina Line",
["color"] = "339999",
["left terminus"] = "Ōmiya",
["right terminus"] = "Uchijuku",
},
},
}
return p