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 |
| |
Fukutoshin Line | Fukutoshin or fukutoshin or f or F |
ba6831 |
| |
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 |
| |
Namboku Line | Namboku or namboku or n or N |
00b5ad |
| |
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 chiba = "%1 Station (Chiba)"
local saitama = "%1 Station (Saitama)"
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"] = {
["Akasaka"] = tokyo,
["Asakusa"] = "Asakusa Station (Tokyo Metro, Toei, Tobu)",
["Ebisu"] = tokyo,
["Hatchōbori"] = tokyo,
["Heiwadai"] = tokyo,
["Iriya"] = tokyo,
["Kanda"] = tokyo,
["Kasumigaseki"] = tokyo,
["Kuki"] = saitama,
["Kyōbashi"] = tokyo,
["Nakano"] = tokyo,
["Ochiai"] = tokyo,
["Ogawamachi"] = {
["F Liner"] = saitama,
["Shinjuku"] = tokyo,
},
["Ōji"] = tokyo,
["Ōtemachi"] = tokyo,
["Shintomichō"] = tokyo,
["Suehirocho"] = tokyo,
["Sumiyoshi"] = tokyo,
["Tawaramachi"] = tokyo,
["Urayasu"] = chiba,
["Waseda"] = tokyo,
["Yushima"] = 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"},
},
["Fukutoshin"] = {
["title"] = "[[Fukutoshin Line]]",
["color"] = "ba6831",
["left terminus"] = "Wakoshi",
["right terminus"] = "Shibuya",
},
["Ginza"] = {
["title"] = "[[Ginza Line]]",
["color"] = "f7931d",
["left terminus"] = "Shibuya",
["right terminus"] = "Asakusa",
},
["Hanzomon"] = {
["title"] = "[[Hanzomon Line]]",
["color"] = "937cb9",
["left terminus"] = "Shibuya",
["right terminus"] = "Oshiage",
},
["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",
},
["Namboku"] = {
["title"] = "[[Tokyo Metro Namboku Line|Namboku Line]]",
["color"] = "00b5ad",
["left terminus"] = "Meguro",
["right terminus"] = "Akabane-iwabuchi",
},
["Tozai"] = {
["title"] = "[[Tokyo Metro Tōzai Line|Tozai Line]]",
["color"] = "00b2dd",
["left terminus"] = "Nakano",
["right terminus"] = "Nishi-Funabashi",
},
["Yurakucho"] = {
["title"] = "[[Tokyo Metro Yurakucho Line|Yurakucho Line]]",
["color"] = "bb8b38",
["left terminus"] = "Wakoshi",
["right terminus"] = "Shin-kiba",
},
["F Liner"] = {
["title"] = "''[[F Liner]]''",
["color"] = "00a732",
["left terminus"] = {"Hannō", "Ogawamachi"},
["right terminus"] = "Motomachi-Chukagai",
},
["S-Train"] = {
["title"] = "''[[S-Train (Seibu)|S-Train]]''",
["color"] = "7bca00",
["left terminus"] = "Tokorozawa",
["right terminus"] = "Toyosu",
["types"] = {
["Weekends"] = {
["title"] = "<small>(weekends and national holidays)</small>",
["left terminus"] = "Seibu-Chichibu",
["right terminus"] = "Motomachi-Chukagai",
},
},
},
},
}
return p