This is a data module for Module:Adjacent stations. It supports services operated by JR Central.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Tōkaidō Shinkansen | Tokaido Shinkansen or ts |
1153af |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Chuo or Chuo Main or cf |
ff5800 |
| |
Fujikawa | Fujikawa |
ff5800 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Gotemba or gotemba or cb |
ff5800 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Home Liner |
ff5800 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Iida or iida or cd |
ff5800 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Kansai or kansai or cj |
ff5800 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Kisei |
ff5800 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Meishō or meisho |
ff5800 |
| |
Minobu Line | Minobu or minobu or cc |
753a97 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Odoriko |
ff5800 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Romancecar |
ff5800 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Sangū or sangu |
ff5800 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Shinano |
ff5800 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Sunrise Izumo/Sunrise Seto |
ff5800 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Taita or taita or ci |
ff5800 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Takayama or takayama or cg |
ff5800 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Taketoyo or taketoyo or ce |
ff5800 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Tokaido or tokaido or ca |
ff5800 |
|
Types
Line | Type | Type keys | Color | Hex color | Icon |
---|---|---|---|---|---|
Tōkaidō Shinkansen | Tōkaidō Shinkansen – Nozomi | Nozomi |
1153af |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). | |
Tōkaidō Shinkansen | Tōkaidō Shinkansen – Hikari | Hikari |
1153af |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). | |
Tōkaidō Shinkansen | Tōkaidō Shinkansen – Kodama | Kodama |
1153af |
Lua error in Module:Adjacent_stations at line 583: attempt to index local 'line_type' (a nil value). |
See Also
local p = {
["lang"] = "en-US",
["system title"] = "[[File:JR logo (central).svg|30px]] [[Central Japan Railway Company|JR Central]]",
["system color"] = "ff5800",
["station format"] = {
"%1 Station",
},
["lines"] = {
["Tokaido Shinkansen"] = {
["title"] = "[[Tōkaidō Shinkansen]]",
["color"] = "1153af",
["left terminus"] = "Shin-Ōsaka",
["right terminus"] = "Tokyo",
},
["Fujikawa"] = {
["title"] = "''[[Fujikawa]]''",
["left terminus"] = "Shin-Ōsaka",
["right terminus"] = "Tokyo",
},
["Minobu"] = {
["title"] = "[[Minobu Line]]",
["color"] = "753a97",
["left terminus"] = "Shin-Ōsaka",
["right terminus"] = "Tokyo",
},
},
}
return p