Modul:Adjacent stations/Keisei
Kokitanan
This is a data module for Module:Adjacent stations. It supports services operated by Keisei.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Skyliner | Skyliner |
27008d |
| |
Morningliner Eveningliner | Morningliner |
5362a8 |
| |
Chiba Line | Chiba |
27008d |
| |
Chihara Line | Chihara |
27008d |
| |
Higashi-Narita Line | Higashi-Narita |
27008d |
| |
Kanamachi Line | Kanamachi |
27008d |
| |
Main Line | Main |
27008d |
| |
Narita Sky Access Line | Narita Sky Access |
fd7400 |
| |
Oshiage Line | Oshiage |
27008d |
|
local chiba = "%1 Station (Chiba)"
local p = {
["lang"] = "en-GB",
["system icon"] = "[[File:Keisei Logo.svg|40px|link=Keisei Electric Railway]]",
["system title"] = "[[Keisei Electric Railway|Keisei]]",
["system color"] = "27008d",
["station format"] = {
["Gakuemmae"] = chiba,
["Shizu"] = chiba,
["Yatsu"] = chiba,
"%1 Station",
},
["lines"] = {
["Skyliner"] = {
["title"] = "''[[Skyliner]]''",
["color"] = "27008d",
["left terminus"] = "Keisei Ueno",
["right terminus"] = "Narita Airport Terminal 1",
},
["Morningliner"] = {
["title"] = "''[[Morningliner]]<br/>[[Eveningliner]]''",
["color"] = "5362a8",
["left terminus"] = "Keisei Ueno",
["right terminus"] = "Narita Airport Terminal 1",
},
["Chiba"] = {
["title"] = "[[Keisei Chiba Line|Chiba Line]]",
["color"] = "27008d",
["left terminus"] = "Keisei Tsudanuma",
["right terminus"] = "Chiba-Chūō",
},
["Chihara"] = {
["title"] = "[[Keisei Chihara Line|Chihara Line]]",
["color"] = "27008d",
["left terminus"] = "Chiba-Chūō",
["right terminus"] = "Chiharadai",
},
["Higashi-Narita"] = {
["title"] = "[[Keisei Higashi-Narita Line|Higashi-Narita Line]]",
["color"] = "27008d",
["left terminus"] = "Keisei Narita",
["right terminus"] = "Higashi-Narita",
},
["Kanamachi"] = {
["title"] = "[[Keisei Kanamachi Line|Kanamachi Line]]",
["color"] = "27008d",
["left terminus"] = "Keisei Takasago",
["right terminus"] = "Keisei Kanamachi",
},
["Main"] = {
["title"] = "[[Keisei Main Line|Main Line]]",
["color"] = "27008d",
["left terminus"] = "Keisei Ueno",
["right terminus"] = "Narita Airport Terminal 1",
},
["Narita Sky Access"] = {
["title"] = "[[Narita Sky Access Line]]",
["color"] = "fd7400",
["left terminus"] = "Keisei-Takasago",
["right terminus"] = "Narita Airport Terminal 1",
},
["Oshiage"] = {
["title"] = "[[Keisei Oshiage Line|Oshiage Line]]",
["color"] = "27008d",
["left terminus"] = "Oshiage",
["right terminus"] = "Aoto",
},
},
}
return p