Module:Adjacent stations/Iyotetsu
Appearance
This is a data module for Module:Adjacent stations. It supports services in Matsuyama City, Ehime Prefecture operated by Iyotetsu.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Takahama Line | Takahama or t or T |
9ACD32 |
| |
Yokogawara Line | Yokogawara or y or Y |
00BFFF |
| |
Gunchū Line | Gunchū or gunchu or Gunchu or g or G |
FF8C00 |
|
{{#invoke:Adjacent stations/Iyotetsu|function_name}}
local ehime = "%1 Station (Ehime)"
local p = {
["system title"] = "[[Iyotetsu]]",
["system icon"] = "[[File:IYOTETSU logo.svg|55px|link=Iyotetsu]]",
["name format"] = "font-family: sans-serif; background-color: transparent; font-size: 150%; color: black; padding: 0.1em; line-height: 1.2em; white-space: nowrap; text-align: center;",
["station format"] = {
"%1 Station",
["Takahama"] = ehime,
["Ōtemachi"] = ehime,
["Hirai"] = ehime,
["Minara"] = ehime,
["Dobashi"] = ehime,
["Kamata"] = ehime,
["Okada"] = ehime,
["Koizumi"] = ehime,
["Masaki"] = ehime,
["Shinkawa"] = ehime,
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line]]",
},
["Takahama"] = {
["left terminus"] = "Takahama",
["right terminus"] = "Matsuyama City",
["color"] = "9ACD32",
},
["Yokogawara"] = {
["left terminus"] = "Matsuyama City",
["right terminus"] = "Yokogawara",
["color"] = "00BFFF",
},
["Gunchū"] = {
["left terminus"] = "Gunchū Port",
["right terminus"] = "Matsuyama City",
["color"] = "FF8C00",
},
},
["aliases"] = {
["t"] = "Takahama",
["y"] = "Yokogawara",
["g"] = "Gunchū",
["gunchu"] = "Gunchū",
}
}
return p