Module:Adjacent stations/Tsutetsu
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Tsutetsu.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Tsugaru Railway Line | Tsugaru Railway |
ffa300 |
|
local p = {
["lang"] = "en-GB",
["system icon"] = "[[File:Tsugaru Railway Logomark.svg|20px|link=Tsugaru Railway Company]]",
["system title"] = "[[Tsugaru Railway Company|Tsutetsu]]",
["system color"] = "fcba03",
["station format"] = {
["Kase"] = "Kase Station (Aomori)",
["Tsugaru Goshogawara"] = "Goshogawara Station",
"%1 Station",
},
["lines"] = {
["Tsugaru Railway"] = {
["title"] = "[[Tsugaru Railway Line]]",
["color"] = "ffa300",
["left terminus"] = "Tsugaru Goshogawara",
["right terminus"] = "Tsugaru-Nakasato",
},
},
["aliases"] = {
["Tsutetsu"] = "Tsugaru Railway",
}
}
return p