Módulo:Road data/RJL types

Indicacións de uso do módulo

Aínda non se redactaron as instrucións sobre como usar este módulo.
Engadir a explicación sobre o seu uso.

Os editores poden probar cambios no mesmo en Módulo:Road data/RJL types/probas.
Por favor, engade as categorías na subpáxina de documentación e os interwikis no Wikidata. Ver as subpáxinas deste módulo.
local types = {trans = {color = "#dff9f9", jctbtm = "[[Route number|Route]] transition", jctint = "Route transition"},
               concur = {color = "#ddffdd", jctbtm = "[[Concurrency (road)|Concurrency]] terminus", jctint = "Concurrency terminus"},
               closed = {color = "#d3d3d3", jctbtm = "pechado/antiga", jctint = "pechado ou antiga", routelist = "antiga"},
               former = {color = "#d3d3d3", routelist = "antiga"},
               incomplete = {color = "#ffdddd", jctbtm = "acceso incompleto", jctint = "acceso incompleto"},
               unbuilt = {color = "#ffdead", jctbtm = "sin abrir", jctint = "sin abrir ou en construción"},
               future = {color = "#ffdead", routelist = "futuro"},
               hov = {color = "#ffff99", jctbtm = "[[HOV|HOV only]]", jctint = "High occupancy vehicle exit only"},
               toll = {color = "#dcdcfe", jctbtm = "Tolled", jctint = "requirida peaxe"},
               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