Modul:Road data/RJL types
Penampilan
local types = {trans = {color = "#dff9f9", jctbtm = "Peralihan [[Nombor laluan|laluan]]", jctint = "Peralihan laluan"},
concur = {color = "#ddffdd", jctbtm = "Perhentian [[keserempakan (jalan)|serempak]] ", jctint = "Perhentian serempak"},
closed = {color = "#d3d3d3", jctbtm = "Ditutup/bekas", jctint = "Ditutup atau bekas", routelist = "Bekas"},
former = {color = "#d3d3d3", routelist = "Bekas"},
incomplete = {color = "#ffdddd", jctbtm = "[[Persimpangan (jalan)#Persimpangan lengkap dan tidak lengkap|Akses tidak lengkap]]", jctint = "Akses tidak lengkap"},
unbuilt = {color = "#ffdead", jctbtm = "Belum dibuka", jctint = "Belum dibuka atau dalam pembinaan", routelist = "Cadangan atau belum dibina"},
future = {color = "#ffdead", routelist = "Bakal"},
hov = {color = "#ffff99", jctbtm = "[[HOV|HOV sahaja]]", jctint = "Susur keluar kenderaan berpenumpang tinggi sahaja"},
toll = {color = "#dcdcfe", jctbtm = "Bertol", jctint = "Tol diperlukan"},
etc = {color = "#dcdcfe", jctbtm = "[[Kutipan tol elektronik|ETC]]", jctint = "Electronic toll collection only"}}
types.mplex = types.concur -- Temporary alias until mplex is removed from all articles
return types