Module:Road data/strings/VNM
< Module:Road data | strings
Documentation for this module may be created at Module:Road data/strings/VNM/doc
-- Vietnam local VNM = {} local util = require("Module:Road data/util") util.addAll(VNM, require("Module:Road data/strings/ASIA")) VNM[''] = { shield = "", name = "Route %route%", link = "Route %route% (Vietnam)", abbr = "Đường %route%" } VNM.nation = { shield = "", name = "National Route %route%", link = "National Route %route% (Vietnam)", abbr = "QL %route%" } VNM["ql"] = VNM.nation VNM["quốc lộ"] = VNM.nation VNM["national"] = VNM.nation VNM.province = { shield = "", name = "Provincial Route %route%", link = "Provincial Route %route% (Vietnam)", abbr = "TL %route%" } VNM["tl"] = VNM.province VNM["tỉnh lộ"] = VNM.province VNM["provincial"] = VNM.province VNM.district = { shield = "", link = "District Route %route% (Vietnam)", abbr = "HL %route%" } VNM["hl"] = VNM.district VNM["hương lộ"] = VNM.district VNM["huyện lộ"] = VNM.district VNM.towpath = { shield = "", name = "Canal Towpath %route%", link = "Canal Towpath %route% (Vietnam)", abbr = "ĐCK %route%" } VNM["đck"] = VNM.towpath VNM["đường cặp kênh"] = VNM.towpath return VNM