Module:Adjacent stations/Kaohsiung Metro/sandbox
Appearance
This is the module sandbox page for Module:Adjacent stations/Kaohsiung Metro (diff). |
This is a data module for Module:Adjacent stations. It supports services operated by Kaohsiung Metro/sandbox.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Red line | R |
e20b65 |
| |
Orange line | O |
faa73f |
| |
Circular light rail | C |
7cbd52 |
| |
Yellow line | Y |
ffc100 |
|
local p = {
["lang"] = "en-GB",
["system title"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=Kaohsiung Rapid Transit System]] [[Kaohsiung Rapid Transit System]]",
["station format"] = {
"%1 MRT station",
["Ciaotou"] = "Qiaotou station",
["Kaohsiung Main station"] = "Kaohsiung station",
["Zuoying"] = "Zuoying HSR station",
["Hamasen"] = "%1 LRT station",
["Lizihnei"] = "%1 LRT station"
},
["lines"] = {
["Red"] = {
["line title"] = "[[Red line (Kaohsiung MRT)|Red line]]",
["color"] = "ea0061",
["left terminus"] = "Gangshan South",
["right terminus"] = "Siaogang"
},
["Orange"] = {
["line title"] = "[[Orange line (Kaohsiung MRT)|Orange line]]",
["color"] = "fd973c",
["left terminus"] = "Sizihwan",
["right terminus"] = "Daliao"
},
["Circular"] = {
["line title"] = "[[Circular light rail]]",
["color"] = "77c35e",
["left terminus"] = "Hamasen",
["right terminus"] = "Lizihnei"
}
}
}
return p