Module:Adjacent stations/Kaohsiung Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Kaohsiung Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Red line | R |
ea0061 |
| |
Orange line | O |
fd973c |
| |
Circular light rail | C |
77c35e |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Y |
|
|
local p = {
["system title"] = "[[Kaohsiung Rapid Transit]]",
["system icon"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=Kaohsiung Rapid Transit]]",
["station format"] = {
"%1 MRT station",
["Ciaotou station"] = "Qiaotou station",
["Hamasen"] = "Sizihwan station",
["Kaohsiung main station"] = "Kaohsiung station",
["Lizihnei"] = "Lizihnei LRT station",
["Zuoying"] = "Zuoying HSR station"
},
["lines"] = {
["R"] = {
["title"] = "[[Red line (Kaohsiung MRT)|Red line]]",
["color"] = "ea0061",
["left terminus"] = "Gangshan South",
["right terminus"] = "Siaogang"
},
["O"] = {
["title"] = "[[Orange line (Kaohsiung MRT)|Orange line]]",
["color"] = "fd973c",
["left terminus"] = "Sizihwan",
["right terminus"] = "Daliao"
},
["C"] = {
["title"] = "[[Circular light rail]]",
["color"] = "77c35e",
["left terminus"] = "Hamasen",
["right terminus"] = "Lizihnei"
}
},
["aliases"] = {
["red"] = "R",
["orange"] = "O",
["circular"] = "C"
}
}
return p