Module:Road data/RJL types
Itsura
local types = {trans = {color = "#dff9f9", jctbtm = "Pagbabago sa ruta", jctint = "Pagbabago sa ruta"},
concur = {color = "#ddffdd", jctbtm = "Pagkakasabay ng ruta", jctint = "Pagkakasabay ng ruta"},
closed = {color = "#d3d3d3", jctbtm = "Sarado/dati", jctint = "Sarado o dati", routelist = "Dati"},
former = {color = "#d3d3d3", routelist = "Dati"},
incomplete = {color = "#ffdddd", jctbtm = "Hindi kumpletong access", jctint = "Incomplete access"},
unbuilt = {color = "#ffdead", jctbtm = "Hindi pa nagbubukas o ginagawa pa", jctint = "Hindi pa nagbubukas o ginagawa pa", routelist = "Inimungkahi or hindi pa nagagawa"},
future = {color = "#ffdead", routelist = "Panghinaharap"},
hov = {color = "#ffff99", jctbtm = "[[HOV|HOV only]]", jctint = "High occupancy vehicle exit only"},
toll = {color = "#dcdcfe", jctbtm = "May toll", jctint = "May toll"},
etc = {color = "#dcdcfe", jctbtm = "[[Electronic toll collection|ETC]]", jctint = "Electronic toll collection only"}}
types.mplex = types.concur -- Temporary alias until mplex is removed from all articles
return types