Module:Adjacent stations/Toei Subway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Toei Subway.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Asakusa Line | Asakusa or asakusa or a or A |
ef5ba1 |
| |
Mita Line | Mita or mita or m or M or i or I |
0080c6 |
| |
Ōedo Line | Oedo or oedo or o or O or e or E |
b51e82 |
| |
Shinjuku Line | Shinjuku or shinjuku or s or S |
6dc067 |
|
local tokyo = "%1 Station (Tokyo)"
local p = {
["lang"] = "en-US",
["system title"] = "[[File:PrefSymbol-Tokyo.svg|17px|link=Toei Subway]] [[Toei Subway]]",
["system color"] = "000000",
["station format"] = {
["Asakusa"] = "Asakusa Station (Tokyo Metro, Toei, Tobu)",
["Daimon"] = tokyo,
["Hakusan"] = tokyo,
["Kasuga"] = tokyo,
["Morishita"] = tokyo,
["Nishidai"] = tokyo,
["Ogawamachi"] = tokyo,
["Ōtemachi"] = tokyo,
["Sumiyoshi"] = tokyo,
["Tochōmae Loop"] = "[[Tochōmae Station|Tochōmae]]",
"%1 Station",
},
["lines"] = {
["Asakusa"] = {
["title"] = "[[Toei Asakusa Line|Asakusa Line]]",
["color"] = "ef5ba1",
["left terminus"] = "Nishi-magome",
["right terminus"] = "Oshiage",
},
["Mita"] = {
["title"] = "[[Toei Mita Line|Mita Line]]",
["color"] = "0080c6",
["left terminus"] = "Nishi-takashimadaira",
["right terminus"] = "Meguro",
},
["Oedo"] = {
["title"] = "[[Toei Ōedo Line|Ōedo Line]]",
["color"] = "b51e82",
["left terminus"] = "Hikarigaoka",
["right terminus"] = "Tochōmae",
},
["Shinjuku"] = {
["title"] = "[[Toei Shinjuku Line|Shinjuku Line]]",
["color"] = "6dc067",
["left terminus"] = "Shinjuku",
["right terminus"] = "Motoyawata",
},
},
}
return p