Module:Adjacent stations/Hiroshima Rapid Transit
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Hiroshima Rapid Transit.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Astram Line | Astram |
FFA500 |
|
local h = "%1 Station (Hiroshima)"
local a = "%1 Station (Astram Line)"
local p = {
["system title"] = "[[Hiroshima Rapid Transit]]",
["name format"] = {
["Astram"] = "font-size: 160%; font-family: sans-serif; line-height: 120%; color: #404040; background-color: orange; padding: 0.2em 0 0.2em 0;"
},
["header background color"] = {
["Astram"] = "FFE080"
},
["header text color"] = {
["Astram"] = "000000"
},
["station format"] = {
"%1 Station",
["Furuichi"] = h,
["Hakushima"] = {
["Astram"] = a
},
["Hondōri"] = {
["Astram"] = a
},
["Kenchō-mae"] = h,
["Ōmachi"] = h,
["Takatori"] = h
},
["lines"] = {
["Astram"] = {
["title"] = "[[Astram Line]]",
["color"] = "FFA500",
["icon"] = "[[File:Astram Logo.svg|18px|link=Astram Line|alt=]]",
["left terminus"] = "Hondōri",
["right terminus"] = "Kōiki-kōen-mae"
}
},
["aliases"] = {
["astram"] = "Astram",
["astram line"] = "Astram",
["a"] = "Astram",
}
}
return p