local x = "Stasiun %1 (Hyōgo)"
local y = "Stasiun %1 (Kereta Bawah Tanah Kota Kobe)"
local p = {
["system title"] = "[[Kereta Bawah Tanah Kota Kobe]]",
["system icon"] = "[[File:Kobe Municipal Subway Logo.svg|16px|link=Kereta Bawah Tanah Kota Kobe|alt=The logo of the Kobe Municipal Subway.]]",
["station format"] = {
"Stasiun %1",
["Kenchōmae"] = x,
["Ōkurayama"] = x,
["Kamisawa"] = x,
["Nagata"] = y,
["Myōhōji"] = x,
["Misaki-Kōen"] = x,
},
["lines"] = {
["_default"] = {
["title"] = "[[Jalur %1]]",
["text color"] = "ffffff"
},
["Hokushin"] = {
["color"] = "9A6E5F",
["left terminus"] = "Shin-Kobe",
["right terminus"] = "Tanigami",
},
["Seishin-Yamate"] = {
["color"] = "00AE8E",
["left terminus"] = "Seishin-Chuo",
["right terminus"] = "Shin-Kobe",
["icon"] = "[[File:Subway KobeSeishin.svg|16px|link=Jalur Seishin-Yamate|alt=The logo of the Seishin-Yamate Line of the Kobe Municipal Subway.]]",
},
["Kaigan"] = {
["color"] = "267DCE",
["left terminus"] = "Shin-Nagata",
["right terminus"] = "Sannomiya-Hanadokeimae",
["icon"] = "[[File:Subway KobeKaigan.svg|16px|link=Jalur Kaigan|alt=The logo of the Kaigan Line of the Kobe Municipal Subway.]]",
},
},
["aliases"] = {
["hokushin"] = "Hokushin",
["h"] = "Hokushin",
["H"] = "Hokushin",
["seishin-yamate"] = "Seishin-Yamate",
["s-y"] = "Seishin-Yamate",
["s"] = "Seishin-Yamate",
["S-Y"] = "Seishin-Yamate",
["S"] = "Seishin-Yamate",
["kaigan"] = "Kaigan",
["K"] = "Kaigan",
["k"] = "Kaigan",
},
}
return p