Module:Adjacent stations/Chiba
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Chiba Urban Monorail.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
0028a0 |
| |
Line 2 | 2 |
0028a0 |
|
local p = {
["lang"] = "en-GB",
["system title"] = "[[Chiba Urban Monorail]]",
["system icon"] = "[[File:Number prefix Chiba monorail.svg|18px|link=Chiba Urban Monorail|alt=Chiba Urban Monorail]]",
["system color"] = "0028a0",
["station format"] = {
["Anagawa"] = "Anagawa Station (Chiba)",
["Kenchō-mae"] = "Kenchō-mae Station (Chiba)",
["Sakaechō"] = "Sakaechō Station (Chiba)",
["Sakuragi"] = "Sakuragi Station (Chiba)",
["Shiyakusho-mae"] = "Shiyakusho-mae Station (Chiba)",
["Sports Center"] = "Sports Center Station (Chiba)",
"%1 Station",
},
["lines"] = {
["1"] = {
["title"] = "Line 1",
["color"] = "0028a0",
["left terminus"] = "Chiba-Minato",
["right terminus"] = "Kenchō-mae",
},
["2"] = {
["title"] = "Line 2",
["color"] = "0028a0",
["left terminus"] = "Chiba",
["right terminus"] = "Chishirodai",
},
},
}
return p