模組:Adjacent stations/Rapid KL
外观
這是Module:Adjacent stations的數據模塊,包含由快捷通軌道經營的服務線。
路線
路線 | 代碼 | 顏色 | 十六進制顏色 | 圖標 |
---|---|---|---|---|
Module:Adjacent_stations第663行Lua错误:"title" is missing from the data page | Ampang |
|
| |
Module:Adjacent_stations第663行Lua错误:"title" is missing from the data page | Sri Petaling |
|
| |
Module:Adjacent_stations第663行Lua错误:"title" is missing from the data page | Kelana Jaya |
|
| |
Module:Adjacent_stations第663行Lua错误:"title" is missing from the data page | KL Monorail |
|
| |
Module:Adjacent_stations第663行Lua错误:"title" is missing from the data page | Kajang |
|
| |
Module:Adjacent_stations第663行Lua错误:"title" is missing from the data page | Putrajaya |
|
| |
Module:Adjacent_stations第663行Lua错误:"title" is missing from the data page | Sunway |
|
|
未來路線
路線 | 代碼 | 顏色 | 十六進制顏色 | 圖標 |
---|---|---|---|---|
Module:Adjacent_stations第663行Lua错误:"title" is missing from the data page | Shah Alam |
|
| |
Module:Adjacent_stations第663行Lua错误:"title" is missing from the data page | Circle MRT |
|
|
local x = "%1站 (吉隆坡)"
local a = "%1站 (安邦再也)"
local j = "%1站 (八打灵再也)"
local p = {
["system title"] = "[[快捷通轨道|吉隆坡快捷通]]",
-- 线路数据
["lines"] = {
-- 已开通
["1"] = {
["title"] = "[[芙蓉线]]",
["color"] = "1954b7",
["left terminus"] = "黑风洞",
["right terminus"] = "普罗士邦/淡边"
},
["2"] = {
["title"] = "[[巴生港线]]",
["color"] = "dc241f",
["left terminus"] = "丹绒马林",
["right terminus"] = "巴生港"
},
["5"] = {
["title"] = "[[格拉那再也线]]",
["color"] = "e0115f",
["left terminus"] = "鹅唛",
["right terminus"] = "布特拉高原"
},
},
-- 站名格式数据
["station format"] = {
"%1站",
-- 消歧义
-- 芙蓉线
["吉隆坡中央"] = "吉隆坡中央车站",
-- 安邦线
["人民广场"] = x,
-- 模板格式需要
},
["aliases"] = {
["KJL"] = "5",
}
}
local stationAliases = {
-- 简繁转换
["火車東站"] = "火车东站",
["Kakusei Homura"] = "Pneuma",
["Kakusei Hikari"] = "Pneuma",
}
for k, v in pairs(stationAliases) do
p["station format"][k] = p["station format"][v]
end
return p