Module:Road data/strings/VNM

This module is used to store type data for use with several road templates, including {{jct}} and {{routelist row}}. Ba

Module:Road data/strings/VNM

--[==[
To inspect the content of this data module, use [[Special:ExpandTemplates]]
and enter the following input text:
  {{#invoke:Road data/dump|dump|module=Module:<name-of-this-module>}}

To inspect the content of this data module when editing, enter the following
into 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"]`.
]==]

-- 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%",
    translation = "Đường %route%",
    lang = "vi"
	
}

VNM.CT = {
	shield = {
		hook = "padroute",
		paddedLength = 2,
		default = "CT %paddedRoute%, VNM.svg",
	},
	name = {
		hook = "padroute",
		paddedLength = 2,
		default = "CT.%paddedRoute% Expressway",
	},
    link = "Expressway %route% (Vietnam)",
    abbr = {
		hook = "padroute",
		paddedLength = 2,
		default = "CT.%paddedRoute%",
	},
    translation = {
		hook = "padroute",
		paddedLength = 2,
		default = "Đường cao tốc %paddedRoute%",
	},
    lang = "vi"
	
}

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

VNM.QL = {
	shield = "QL %route%, VNM.svg",
	name = "National Route %route%",
    link = "National Route %route% (Vietnam)",
    abbr = "QL %route%",
    translation = "Quốc lộ %route%",
    lang = "vi"
	
}

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

VNM.TL = {
	shield = "", --ifexist in the future
	name = "Provincial Route %route%",
    link = {
		ifexists = true,
		default = "Provincial Route %route% (Vietnam)",
		otherwise = ""
		},
    abbr = "TL %route%",
    translation = "Tỉnh lộ %route%",
    lang = "vi"
	
}

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

VNM.HL = {
	shield = "", --ifexist in the future
    link = {
		ifexists = true,
		default = "District Route %route% (Vietnam)",
		otherwise = ""
		},
    abbr = "HL %route%",
    translation = "Hương lộ %route%",
    lang = "vi"
	
}

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

VNM["ĐCK"] = {
	shield = "", --ifexist in the future
	name = "Canal Towpath %route%",
    link = {
		ifexists = true,
		default = "Canal Towpath %route% (Vietnam)",
		otherwise = ""
		},
    abbr = "ĐCK %route%",
    translation = "Đường cặp kênh %route%",
    lang = "vi"
	
}

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

VNM.DHCM = {
	shield = "DHCM, VNM.svg",
	name = "Ho Chi Minh Highway",
    link = "Ho Chi Minh Highway",
    abbr = "ĐHCM",
    translation = "Đường Hồ Chí Minh",
    lang = "vi"
	
}

VNM["ĐHCM"] = VNM.DHCM

return VNM

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.