This is a data module for Module:Adjacent stations. It supports services operated by Rinkai.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Rinkai Line | Rinkai |
34208c |
|
local p = {
["lang"] = "en-GB",
["system icon"] = "[[File:東京臨海高速鉄道ロゴマーク.svg|24px|link=Tokyo Waterfront Area Rapid Transit]]",
["system title"] = "[[Tokyo Waterfront Area Rapid Transit]]",
["system color"] = "f91100",
["station format"] = {
"%1 Station",
["Shinonome"] = "Shinonome Station (Tokyo)",
},
["lines"] = {
["Rinkai"] = {
["icon"] = "[[File:Rinkai_Line_symbol.svg|18px|link=Rinkai Line|alt=The Logo of the Rinkai Line operating in Tokyo.]]",
["title"] = "[[Rinkai Line]]",
["color"] = "34208c",
["left terminus"] = "Ōsaki",
["right terminus"] = "Shin-Kiba",
},
},
["aliases"] = {
["r"] = "Rinkai",
}
}
return p