Module:Adjacent stations/Seibu Railway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Seibu Railway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Chichibu |
fd7400 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Chichibu Line |
fd7400 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | F Liner |
fd7400 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Koedo |
fd7400 |
| |
Kokubunji Line | Kokubunji |
00b543 |
| |
Haijima Line | Haijima |
00A6BF |
| |
Haijima Liner | Haijima Liner |
79c000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Ikebukuro |
fd7400 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Musashi |
fd7400 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S-Train |
fd7400 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Sayama |
fd7400 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Seibuen |
fd7400 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Shinjuku |
fd7400 |
| |
Tamagawa Line | Tamagawa |
fd7400 |
| |
Tamako Line | Tamako |
ffb000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Toshima |
fd7400 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Yamaguchi |
fd7400 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Yurakucho |
fd7400 |
|
local tokyo = "%1 Station (Tokyo)"
local p = {
["lang"] = "en-US",
["system title"] = "[[File:SeibuRailway mark.svg|18px|link=Seibu Railway]] [[Seibu Railway|Seibu]]",
["system color"] = "fd7400",
["station format"] = {
"%1 Station",
},
["lines"] = {
["Haijima"] = {
["title"] = "[[Seibu Haijima Line|Haijima Line]]",
["color"] = "00A6BF",
["left terminus"] = "Haijima",
["right terminus"] = "Kodaira",
},
["Haijima Liner"] = {
["title"] = "''Haijima Liner''",
["color"] = "79c000",
["left terminus"] = "Haijima",
["right terminus"] = "Seibu-Shinjuku",
},
["Kokubunji"] = {
["title"] = "[[Seibu Kokubunji Line|Kokubunji Line]]",
["color"] = "00b543",
["left terminus"] = "Higashi-Murayama",
["right terminus"] = "Kokubunji",
},
["Tamagawa"] = {
["title"] = "[[Seibu Tamagawa Line|Tamagawa Line]]",
["color"] = "fd7400",
["left terminus"] = "Koremasa",
["right terminus"] = "Musashi-Sakai",
},
["Tamako"] = {
["title"] = "[[Seibu Tamako Line|Tamako Line]]",
["color"] = "ffb000",
["left terminus"] = "Seibu-Yūenchi",
["right terminus"] = "Kokubunji",
},
},
}
return p