Module:Adjacent stations/Yurikamome
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Yurikamome.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
New Transit Yurikamome | Yurikamome |
0065A6 |
|
local yk = "%1 Station (Tokyo)"
local p = {
["lang"] = "en-GB",
["system title"] = "[[Yurikamome]]",
["system icon"] = "[[File:Yurikamome line symbol.svg|17px|link=Yurikamome]]",
["system color"] = "0065A6",
["station format"] = {
"%1 Station",
["Daiba"] = yk,
["Ariake"] = yk,
},
["lines"] = {
["Yurikamome"] = {
["title"] = "[[New Transit Yurikamome]]",
["color"] = "0065A6",
["left terminus"] = "Shimbashi",
["right terminus"] = "Toyosu",
},
},
}
return p