Module:Road data/strings/VNM explained

--[==[ To inspect the content of this data module, use [[Special:ExpandTemplates]]and enter the following input text:

To inspect the content of this data module when editing, enter the followinginto the Debug console: local util = require("Module:Road data/util") print(util.arrayToString(p))To inspect a particular route type, change `p` above to include the route type,e.g., `p.I` and `p["US-Hist"]`.]

]

-- Vietnamlocal VNM =

local util = require("Module:Road data/util")util.addAll(VNM, require("Module:Road data/strings/ASIA"))

VNM[''] =

VNM.CT =

VNM["ct"] = VNM.CTVNM["expressway"] = VNM.CTVNM["cao tốc"] = VNM.CTVNM["đường cao tốc"] = VNM.CT

VNM.QL =

VNM["ql"] = VNM.QLVNM["nation"] = VNM.QLVNM["quốc lộ"] = VNM.QLVNM["national"] = VNM.QL

VNM.TL =

VNM["tl"] = VNM.TLVNM["province"] = VNM.TLVNM["tỉnh lộ"] = VNM.TLVNM["provincial"] = VNM.TLVNM["ĐT"] = VNM.TLVNM["DT"] = VNM.TL

VNM.HL =

VNM["hl"] = VNM.HLVNM["district"] = VNM.HLVNM["hương lộ"] = VNM.HLVNM["huyện lộ"] = VNM.HLVNM["ĐH"] = VNM.HLVNM["DH"] = VNM.HL

VNM["ĐCK"] =

VNM["đck"] = VNM["ĐCK"]VNM["towpath"] = VNM["ĐCK"]VNM["DCK"] = VNM["ĐCK"]VNM["đường cặp kênh"] = VNM["ĐCK"]

VNM.DHCM =

VNM["ĐHCM"] = VNM.DHCM

return VNM