Module:Road data/strings/TWN
MyWikiBiz, Author Your Legacy — Monday December 02, 2024
< Module:Road data | strings
Jump to navigationJump to searchDocumentation 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%"} 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%"} 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