Module:Adjacent stations/Shin-Keisei
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Shin-Keisei.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Shin-Keisei Line | Shin-Keisei |
ff4eb3 |
|
local x = "%1 Station (Chiba)"
local p = {
["lang"] = "en-GB",
["system icon"] = "[[File:Shin-Keisei Logo.SVG|24px|link=Shin-Keisei Electric Railway]]",
["system title"] = "[[Shin-Keisei Electric Railway|Shin-Keisei]]",
["system color"] = "ff4eb3",
["station format"] = {
"%1 Station",
["Motoyama"] = x,
["Misaki"] = x,
},
["lines"] = {
["Shin-Keisei"] = {
["title"] = "[[Shin-Keisei Line]]",
["color"] = "ff4eb3",
["left terminus"] = "Matsudo",
["right terminus"] = "Keisei Tsudanuma",
},
},
}
return p