Module:Adjacent stations/Fukuoka City Subway
Appearance
This is a data module for Module:Adjacent stations. It supports services in Fukuoka operated by Fukuoka City Subway.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Kūkō Line | 1 or line 1 or Kūkō or Kuko or kūkō or kuko or k or K |
EE5511 |
| |
Hakozaki Line | 2 or line 2 or Hakozaki or hakozaki or h or H |
0077CC |
| |
Nanakuma Line | 3 or line 3 or Nanakuma or nanakuma or n or N |
00936B |
|
Usage
[edit]{{#invoke:Adjacent stations/Fukuoka Subway|function_name}}
local x = "%1 Station (Fukuoka)"
local p = {
["name format"] = {
"font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #000000; padding: 0.3em 4px; line-height: 110%"
},
["system title"] = "[[Fukuoka City Subway]]",
["system icon"] = "[[File:Fukuoka City Subway Logo.svg|21px|link=Fukuoka City Subway|alt=Logo of the Fukuoka City Subway]]",
["station format"] = {
"%1 Station",
["Kaizuka"] = x,
["Fujisaki"] = x,
["Akasaka"] = x,
["Gion"] = x,
["Hashimoto"] = x,
["Kamo"] = x,
["Kanayama"] = x,
["Chayama"] = x,
["Befu"] = x,
["Gofukumachi"] = x,
},
["line icon format"] = "link",
["lines"] = {
["1"] = {
["title"] = "[[Kūkō Line (Fukuoka City Subway)|Kūkō Line]]",
["color"] = "EE5511",
["left terminus"] = "Meinohama",
["right terminus"] = "Fukuokakūkō",
["short name"] = "Line 1",
["icon"] = "[[File:Subway FukuokaKuko.svg|18px|link=Kūkō Line (Fukuoka City Subway)|alt=Logo of Line 1 (Kūkō Line) of the Fukuoka City Subway]]",
},
["2"] = {
["title"] = "[[Hakozaki Line]]",
["color"] = "0077CC",
["left terminus"] = "Nakasu-Kawabata",
["right terminus"] = "Kaizuka",
["short name"] = "Line 2",
["icon"] = "[[File:Subway FukuokaHakozaki.svg|18px|link=Hakozaki Line|alt=Logo of Line 2 (Hakozaki Line) of the Fukuoka City Subway]]",
},
["3"] = {
["title"] = "[[Nanakuma Line]]",
["color"] = "00936B",
["left terminus"] = "Hashimoto",
["right terminus"] = "Hakata",
["short name"] = "Line 3",
["icon"] = "[[File:Subway FukuokaNanakuma.svg|18px|link=Nanakuma Line|alt=Logo of Line 3 (Nanakuma Line) of the Fukuoka City Subway]]",
},
},
["aliases"] = {
["line 1"] = "1",
["Kūkō"] = "1",
["kūkō"] = "1",
["Kuko"] = "1",
["kuko"] = "1",
["k"] = "1",
["K"] = "1",
["line 2"] = "2",
["Hakozaki"] = "2",
["hakozaki"] = "2",
["h"] = "2",
["H"] = "2",
["line 3"] = "3",
["Nanakuma"] = "3",
["nanakuma"] = "3",
["n"] = "3",
["N"] = "3"
}
}
return p