Module:Adjacent stations/Taichung Metro
local x = "%1 station"
local p = {
["system title"] = "Taichung Metro",
["system icon"] = "",
["station format"] = {
"%1 metro station",
["Daqing"] = x,
["Songzhu"] = x,
["HSR Taichung station"] = "HSR Taichung Station",
},
["lines"] = {
["Green"] = {
["title"] = "Green line",
["color"] = "8ec31c",
["icon"] = "File:Taichung_Metro_Green_Line_icon.svg",
["left terminus"] = "HSR Taichung station",
["right terminus"] = "Beitun Main",
},
["Blue"] = {
["title"] = "Blue line",
["color"] = "0093d8",
["left terminus"] = "",
["right terminus"] = "",
},
["Orange"] = {
["title"] = "Orange line",
["color"] = "fcb134",
["left terminus"] = "",
["right terminus"] = "",
},
["Red"] = {
["title"] = "Red line",
["color"] = "e3002d",
["left terminus"] = "",
["right terminus"] = "",
},
["Purple"] = {
["title"] = "Purple line",
["color"] = "800080",
["left terminus"] = "",
["right terminus"] = "",
}
},
["aliases"] = {
["green"] = "Green",
["blue"] = "Blue",
["orange"] = "Orange",
["red"] = "Red",
["purple"] = "Purple",
["g"] = "Green",
["b"] = "Blue",
["o"] = "Orange",
["r"] = "Red",
["p"] = "Purple"
}
}
return p