Module:Adjacent stations/Kaohsiung Metro
Appearance
Documentation for this module may be created at Module:Adjacent stations/Kaohsiung Metro/doc
local x = "%1 light rail station"
local y = "%1 railway station"
local p = {
["system title"] = "[[Kaohsiung Metro]]",
["system icon"] = "[[File:Kaohsiung Mass Rapid Transit Logo(Logo Only).svg|18px|link=Kaohsiung Metro]]",
["rail box format"] = "title",
["station format"] = {
"%1 metro station",
["Central Park"] = "Central Park metro station (Taiwan)",
["Ciaotou"] = "Ciaotou station",
["Gangshan"] ="Gangshan station",
["Kaohsiung Main Station"] = "%1",
["Zuoying"] = "%1 HSR station",
["Hamasen"] = "%1 station",
-- Circular light rail
["Lizihnei"] = x,
["Kaisyuan Rueitian"] = x,
["Cianjhen Star"] = x,
["Kaisyuan Jhonghua"] = x,
["Dream Mall"] = x,
["Commerce and Trade Park"] = x,
["Software Technology Park"] = x,
["Kaohsiung Exhibition Center"] = x,
["Cruise Terminal"] = x,
["Glory Pier"] = x,
["Love Pier"] = x,
["Dayi Pier-2"] = x,
["Penglai Pier-2"] = x,
["Shoushan Park"] = x,
["Wenwu Temple"] = x,
["Gushan District Office"] = x,
["Gushan"] = "Gushan railway station (Taiwan)",
["Makadao"] = x,
["TRA Museum of Fine Arts"] = "Museum of Fine Arts railway station (Taiwan)",
["Neiwei Arts Center"] = x,
["Kaohsiung Museum of Fine Arts"] = x,
["Kaohsiung Municipal United Hospital"] = x,
["Longhua Elementary School"] = x,
["Heart of Love River"] = x,
["Sinshang Elementary School"] = x,
["Dashun Minzu"] = x,
["Wanzihnei"] = x,
["Kaohsiung Industrial High School "] = x,
["Shu-Te Home Economics & Commercial High School"] = x,
["Science and Technology Museum"] = y,
["St. Joseph Hospital"] = x,
["Kaisyuan Park"] = x,
["Department of Health"] = x,
["Wucyuan Elementary School"] = x,
["Kaisyuan Wuchang"] = x,
["Kaisyuan Ersheng"] = x,
["LRT Depot"] = x,
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 line (Kaohsiung Metro)|%1 line]]"
},
["Red"] = {
["color"] = "e20b65",
["icon"] = "[[File:Kaohsiung MRT Red Line.svg|20px|link=Red line (Kaohsiung Metro)]]",
["left terminus"] = "Gangshan",
["right terminus"] = "Siaogang"
},
["Orange"] = {
["color"] = "faa73f",
["icon"] = "[[File:Kaohsiung Metro Orange Line.svg|20px|link=Orange line (Kaohsiung Metro)]]",
["left terminus"] = "Hamasen",
["right terminus"] = "Daliao"
},
["Circular"] = {
["title"] = "[[Circular light rail]]",
["short name"] = "Circular line",
["color"] = "7cbd52",
["icon"] = "[[File:Kaohsiung LRT Circular Line.svg|20px|link=Circular light rail]]",
["circular"] = 1,
["left terminus"] = "outer loop / anticlockwise",
["right terminus"] = "inner loop / clockwise"
},
-- Future lines
["Yellow"] = {
["color"] = "ffc100",
["icon"] = "[[File:Kaohsiung Rapid Transit Yellow Line.svg|20px|link=Yellow line (Kaohsiung Metro)]]",
["left terminus"] = {"Cruise Terminal", "Cianjhen Senior High School"},
["right terminus"] = "Dipu"
},
-- Proposed
["Purple"] = {
["title"] = "[[Kaohsiung Metro#All projects|Purple line]]",
["color"] = "c100ff"
},
["Linyuan-Donggang"] = {
["title"] = "[[Kaohsiung Metro#All projects|Linyuan-Donggang line]]",
["color"] = "ffcccc"
},
["Pink"] = {
["title"] = "[[Kaohsiung Metro#All projects|Pink line]]",
["color"] = "ff00cc"
},
["Sliver"] = {
["title"] = "[[Kaohsiung Metro#All projects|Sliver line]]",
["color"] = "333333"
},
["Fongshan"] = {
["title"] = "[[Kaohsiung Metro#All projects|Fongshan line]]",
["color"] = "007fff"
},
["Green"] = {
["title"] = "[[Kaohsiung Metro#All projects|Green line]]",
["color"] = "50cb00"
},
["Foguangshan"] = {
["title"] = "[[Kaohsiung Metro#All projects|Foguangshan line]]",
["color"] = "ffc100"
},
["Cijin"] = {
["title"] = "[[Kaohsiung Metro#All projects|Cijin line]]",
["color"] = "0033cc"
},
["Daliao-Linyuan"] = {
["title"] = "[[Kaohsiung Metro#All projects|Daliao-Linyuan line]]",
["color"] = "cc9900"
},
["Daliao-Pingtung"] = {
["title"] = "[[Kaohsiung Metro#All projects|Daliao-Pingtung line]]",
["color"] = "ffcc66"
},
["Yanchao-HSR"] = {
["title"] = "[[Kaohsiung Metro#All projects|Yanchao-HSR line]]",
["color"] = "339966"
},
},
["aliases"] = {
["circular"] = "Circular",
["c"] = "Circular",
["orange"] = "Orange",
["o"] = "Orange",
["red"] = "Red",
["r"] = "Red",
["yellow"] = "Yellow",
["y"] = "Yellow",
["purple"] = "Purple",
["p"] = "Purple",
}
}
return p