Module:Adjacent stations/Oigawa
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Oigawa.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Ōigawa Main Line | Main Line or main or main line or mainline |
FF0000 |
| |
Ikawa Line | Ikawa or ikawa |
FF0000 |
|
{{#invoke:Adjacent stations/Oigawa|function_name}}
local shizuoka = "%1 Station (Shizuoka)"
local p = {
["lang"] = "en-GB",
["system icon"] = "[[File:Daitetsu logomark.svg|18px|link=Ōigawa Railway]]",
["system title"] = "[[Ōigawa Railway]]",
["system color"] = "FF0000",
["station format"] = {
"%1 Station",
["Omori"] = shizuoka
},
["lines"] = {
["Main Line"] = {
["title"] = "[[Ōigawa Railway Ōigawa Main Line|Ōigawa Main Line]]",
["left terminus"] = "Kanaya",
["right terminus"] = "Senzu",
["color"] = "FF0000",
},
["Ikawa"] = {
["title"] = "[[Ikawa Line]]",
["left terminus"] = "Senzu",
["right terminus"] = "Ikawa",
["color"] = "FF0000",
},
},
["aliases"] = {
["main"] = "Main Line",
["mainline"] = "Main Line",
["ikawa"] = "Ikawa",
}
}
return p