Module:Adjacent stations/Tokyo Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services in Tokyo operated by Tokyo Metro.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Chiyoda Line | Chiyoda or chiyoda or c or C |
00a650 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Fukutoshin or fukutoshin or f or F |
000000 |
| |
Ginza Line | Ginza or ginza or g or G |
f7931d |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Hanzōmon or Hanzomon or hanzomon or z or Z |
000000 |
| |
Hibiya Line | Hibiya or hibiya or h or H |
8ba2ae |
| |
Marunouchi Line | Marunouchi or marunouchi or m or M |
ed1c24 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Namboku or namboku or n or N |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Tōzai or Tozai or tozai or t or T |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Yūrakuchō or Yurakucho or yurakucho or y or Y |
000000 |
|
Branch
Line | Type | Type keys | Color | Hex color | Icon |
---|---|---|---|---|---|
Marunouchi Line | Marunouchi Line – branch | branch |
ed1c24 |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). |
local tokyo = "%1 Station (Tokyo)"
local p = {
["lang"] = "en-US",
["system title"] = "[[File:Tokyo Metro logo.svg|17px|link=Tokyo Metro]] [[Tokyo Metro]]",
["system color"] = "000000",
["station format"] = {
["Asakusa"] = "Asakusa Station (Tokyo Metro, Toei, Tobu)",
["Ebisu"] = tokyo,
["Hatchōbori"] = tokyo,
["Iriya"] = tokyo,
["Kasumigaseki"] = tokyo,
["Kuki"] = "Kuki Station (Saitama)",
["Kyōbashi"] = tokyo,
["Nakano"] = tokyo,
["Ōtemachi"] = tokyo,
["Suehirocho"] = tokyo,
"%1 Station",
},
["lines"] = {
["Chiyoda"] = {
["title"] = "[[Chiyoda Line]]",
["color"] = "00a650",
["left terminus"] = "Yoyogi-Uehara",
["right terminus"] = "Kita-Ayase",
},
["Romancecar"] = {
["title"] = "[[Romancecar|''Romancecar'']]",
["color"] = "007ed5",
["left terminus"] = {"Hakone-Yumoto", "Gotemba", "Katase-Enoshima"},
["right terminus"] = {"Shinjuku", "Kita-Senju"},
},
["Ginza"] = {
["title"] = "[[Ginza Line]]",
["color"] = "f7931d",
["left terminus"] = "Shibuya",
["right terminus"] = "Asakusa",
},
["Hibiya"] = {
["title"] = "[[Hibiya Line]]",
["color"] = "8ba2ae",
["left terminus"] = "Naka-meguro",
["right terminus"] = "Kita-Senju",
},
["TH Liner"] = {
["title"] = "''[[TH Liner]]''",
["color"] = "000000",
["left terminus"] = "Ebisu",
["right terminus"] = "Kuki",
},
["Marunouchi"] = {
["title"] = "[[Marunouchi Line]]",
["color"] = "ed1c24",
["left terminus"] = {"Ogikubo", "Hōnanchō"},
["right terminus"] = "Ikebukuro",
},
["Tozai"] = {
["title"] = "[[Tokyo Metro Tōzai Line|Tozai Line]]",
["color"] = "00b2dd",
["left terminus"] = "Nakano",
["right terminus"] = "Nishi-Funabashi",
},
},
}
return p