Module:Adjacent stations/Sendai Subway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Sendai Subway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Namboku Line | Namboku or namboku or N or n |
009678 |
| |
Tōzai Line | Tōzai or Tozai or tozai or T or t |
00B7E5 |
|
local x = "%1 Station (Miyagi)"
local p = {
["system title"] = "[[Sendai Subway]]",
["system color"] = "000000",
["rail box format"] = "title",
["system icon"] = "[[File:Sendai City Subway Logo.svg|16px|link=Sendai Subway|alt=The logo of the Sendai City Subway.]]",
["station format"] = {
"%1 Station",
["Arai"] = x,
["Izumi-Chūō"] = x,
["Kawauchi"] = x,
["Sendai"] = x,
["Yakushido"] = x,
["Oroshimachi"] = x,
["Kawaramachi"] = x,
["Asahigaoka"] = x,
["Kuromatsu"] = x,
},
["lines"] = {
["_default"] = {
["text color"] = "ffffff",
["title"] = "[[Sendai Subway %1 Line|%1 Line]]",
},
["Namboku"] = {
["color"] = "009678",
["left terminus"] = "Tomizawa",
["right terminus"] = "Izumi-Chūō",
},
["Tōzai"] = {
["color"] = "00B7E5",
["left terminus"] = "Yagiyama Zoological Park",
["right terminus"] = "Arai",
},
},
["aliases"] = {
["n"] = "Namboku",
["N"] = "Namboku",
["namboku"] = "Namboku",
["t"] = "Tōzai",
["T"] = "Tōzai",
["tozai"] = "Tōzai",
["Tozai"] = "Tōzai",
},
}
return p