--[==[ To inspect the content of this data module, use [[Special:ExpandTemplates]]and enter the following input text:
To inspect the content of this data module when editing, enter the followinginto 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"]`.]
-- South Korealocal KOR =
local util = require("Module:Road data/util")util.addAll(KOR, require("Module:Road data/strings/ASIA"))
KOR.AH =
KOR.National = KOR.NR = KOR.National
KOR.Expressway = KOR.EX = KOR.Expressway
KOR.UEX =
KOR["Seoul UEX"] = KOR.Seoul = KOR["Seoul UEX"]
KOR["Busan UEX"] = KOR.Busan = KOR["Busan UEX"]
KOR["Daejeon UEX"] = KOR.Daejeon = KOR["Daejeon UEX"]
KOR["Daegu UEX"] = KOR.Daegu = KOR["Daegu UEX"]
KOR["Gwangju UEX"] = KOR.Gwangju = KOR["Gwangju UEX"]
KOR["Incheon UEX"] = KOR.Incheon = KOR["Incheon UEX"]
KOR["Ulsan UEX"] = KOR.Ulsan = KOR["Ulsan UEX"]
KOR.Local = KOR.LR = KOR.LocalKOR.NSPR = KOR.LocalKOR.Gukjido = KOR.LocalKOR.PR = KOR.LocalKOR.Provincial = KOR.LocalKOR.Jibangdo = KOR.Local
return KOR