模組:Adjacent stations/香港輕鐵
外观
local x = "%1站 (香港)"
local y = "%1站 (輕鐵)"
local p = {
["system title"] = "[[香港輕鐵]]",
["line icon format"] = "croute",
["system color"] = "D3A809",
["station format"] = {
"%1站",
["龍門"] = x,
["河田"] = x,
["安定"] = x,
["市中心"] = x,
["屯門"] = y,
["兆康"] = y,
["屏山"] = x,
["天水圍"] = y,
["濕地公園"] = x,
["銀座"] = x,
["元朗"] = y
},
["lines"] = {
["505"] = {
["title"] = "[[香港輕鐵505綫|505綫]]",
["color"] = "FF0000",
["left terminus"] = "三聖",
["right terminus"] = "兆康"
},
["507"] = {
["title"] = "[[香港輕鐵507綫|507綫]]",
["color"] = "008000",
["left terminus"] = "屯門碼頭",
["right terminus"] = "田景"
},
["610"] = {
["title"] = "[[香港輕鐵610綫|610綫]]",
["color"] = "A52A2A",
["left terminus"] = "屯門碼頭",
["right terminus"] = "元朗"
},
["614"] = {
["title"] = "[[香港輕鐵614、614P綫|614綫]]",
["color"] = "00BFFF",
["left terminus"] = "屯門碼頭",
["right terminus"] = "元朗"
},
["614P"] = {
["title"] = "[[香港輕鐵614、614P綫|614P綫]]",
["color"] = "FFC0CB",
["left terminus"] = "屯門碼頭",
["right terminus"] = "兆康"
},
["615"] = {
["title"] = "[[香港輕鐵615、615P綫|615綫]]",
["color"] = "FFFF00",
["left terminus"] = "屯門碼頭",
["right terminus"] = "元朗"
},
["615P"] = {
["title"] = "[[香港輕鐵615、615P綫|615P綫]]",
["color"] = "000080",
["left terminus"] = "屯門碼頭",
["right terminus"] = "兆康"
},
["705"] = {
["title"] = "[[香港輕鐵705、706綫|705綫]]",
["color"] = "9ACD32",
["circular"] = true,
["right terminus"] = "天水圍循環線逆時針方向",
["oneway-left"] = true,
},
["706"] = {
["title"] = "[[香港輕鐵705、706綫|706綫]]",
["color"] = "D8BFD8",
["circular"] = true,
["oneway-left"] = true,
["right terminus"] = "天水圍循環線順時針方向"
},
["751"] = {
["title"] = "[[香港輕鐵751綫|751綫]]",
["color"] = "FFA500",
["left terminus"] = "友愛",
["right terminus"] = "天逸"
},
["751P"] = {
["title"] = "[[香港輕鐵751綫|751P綫]]",
["color"] = "000",
["left terminus"] = "天水圍",
["right terminus"] = "天逸"
},
["761P"] = {
["title"] = "[[香港輕鐵761P綫|761P綫]]",
["color"] = "4B0082",
["left terminus"] = "天逸",
["right terminus"] = "元朗"
},
}
}
return p