Module:Road data/strings/TWN

MyWikiBiz, Author Your Legacy — Monday September 23, 2024
< Module:Road data‎ | strings
Revision as of 05:46, 16 July 2021 by Zoran (talk | contribs) (Pywikibot 6.4.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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%"}

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