Documentation for this module may be created at Module:Road data/strings/TWN/doc
-- Taiwan
local TWN = {}
TWN.nat = {
shield = {
hook = "lowercase",
default = "TWHW%lowercase%.svg"
},
name = "National Freeway %route%",
link = "National freeway %route%",
abbr = "Nat %route%",
maint = "[[Taiwan Area National Freeway Bureau]]"
}
TWN.Freeway = TWN.nat
TWN.NH = TWN.nat
TWN.Fwy = TWN.nat
TWN.prov = {
shield = {
hook = "lowercase",
default = "TW PHW%lowercase%.svg"
},
name = "Provincial Highway %route%",
link = "Provincial Highway %route% (Taiwan)",
abbr = "Prov %route%",
maint = "Directorate General of Highways",
translation = "台%route%線",
lang = "zh-tw"
}
TWN.PH = TWN.prov
TWN.cty = {shield = {hook = "lowercase",
default = "TW CHW%lowercase%.svg"},
link = "",
abbr = "Cty %route%"}
TWN.CR = TWN.cty
TWN["TR-KL"] = {shield = "",
link = "",
abbr = "TR %route%"}
TWN["TR-TY"] = TWN["TR-KL"]
TWN["TR-NT"] = {shield = "TW THWtp%route%.png",
link = "",
abbr = "TR %route%"}
return TWN