มอดูล:Road data/RJL types

จากวิกิพีเดีย สารานุกรมเสรี
Documentation icon คู่มือการใช้งานมอดูล[สร้าง]
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 = "Closed/former", jctint = "Closed or former", routelist = "Former"},
               former = {color = "#d3d3d3", routelist = "Former"},
               incomplete = {color = "#ffdddd", jctbtm = "[[ทางแยกต่างระดับ|ทางเข้าออกไม่สมบูรณ์]]", jctint = "ทางเข้าออกไม่สมบูรณ์"},
               unbuilt = {color = "#ffdead", jctbtm = "ยังไม่เปิดให้บริการ", jctint = "Unopened or under construction", routelist = "Proposed or unbuilt"},
               future = {color = "#ffdead", routelist = "โครงการในอนาคต"},
               hov = {color = "#ffff99", jctbtm = "[[HOV|HOV only]]", jctint = "High occupancy vehicle exit only"},
               toll = {color = "#dcdcfe", jctbtm = "Tolled", jctint = "Toll required"},
               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