Open main menu
Home
Random
Donate
Recent changes
Special pages
Community portal
Preferences
About Stockhub
Disclaimers
Search
User menu
Talk
Contributions
Create account
Log in
Editing
Module:Road data/strings/KOR
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
--[==[ 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"]`. ]==] -- South Korea local KOR = {} local util = require("Module:Road data/util") util.addAll(KOR, require("Module:Road data/strings/ASIA")) KOR.AH = { shield = "AH%route% ROK.svg", name = "Asian Highway %route%", link = { hook = "between", lower = 6, upper = 7, yes = "AH%route% (highway)", no = "AH%route%" }, abbr = "AH %route%" } KOR.National = { shield = "", name = "National Route %route%", link = "South Korea National Route %route%", abbr = "NR %route%" } KOR.NR = KOR.National KOR.Expressway = { shield = "Korea Expressway No.%route%.svg", name = "Expressway No.%route%", link = "Korea Expressway No.%route%", abbr = "Expressway No.%route%" } KOR.EX = KOR.Expressway KOR.UEX = { shield = "Korea Urban Expwy No.%route%.svg", name = "Metropolitan City Route %route%", link = "Metropolitan City Route %route%", abbr = "Expressway No.%route%" } KOR["Seoul UEX"] = { shield = KOR.UEX.shield, name = "Seoul Special Metropolitan City Route %route%", link = "Seoul Special Metropolitan City Route %route%", abbr = KOR.UEX.abbr, translation = "μμΈνΉλ³μλ μ %route%νΈμ ", lang = "ko" } KOR.Seoul = KOR["Seoul UEX"] KOR["Busan UEX"] = { shield = KOR.UEX.shield, name = "Busan " .. KOR.UEX.name, link = "Busan " .. KOR.UEX.link, abbr = KOR.UEX.abbr } KOR.Busan = KOR["Busan UEX"] KOR["Daejeon UEX"] = { shield = KOR.UEX.shield, name = "Daejeon " .. KOR.UEX.name, link = "Daejeon " .. KOR.UEX.link, abbr = KOR.UEX.abbr } KOR.Daejeon = KOR["Daejeon UEX"] KOR["Daegu UEX"] = { shield = KOR.UEX.shield, name = "Daegu " .. KOR.UEX.name, link = "Daegu " .. KOR.UEX.link, abbr = KOR.UEX.abbr } KOR.Daegu = KOR["Daegu UEX"] KOR["Gwangju UEX"] = { shield = KOR.UEX.shield, name = "Gwangju " .. KOR.UEX.name, link = "Gwangju " .. KOR.UEX.link, abbr = KOR.UEX.abbr } KOR.Gwangju = KOR["Gwangju UEX"] KOR["Incheon UEX"] = { shield = KOR.UEX.shield, name = "Incheon " .. KOR.UEX.name, link = "Incheon " .. KOR.UEX.link, abbr = KOR.UEX.abbr } KOR.Incheon = KOR["Incheon UEX"] KOR["Ulsan UEX"] = { shield = KOR.UEX.shield, name = "Ulsan " .. KOR.UEX.name, link = "Ulsan " .. KOR.UEX.link, abbr = KOR.UEX.abbr } KOR.Ulsan = KOR["Ulsan UEX"] KOR.Local = { shield = "", name = "State-Funded Local Highway %route%", link = "", abbr = "Local %route%", translation = "κ΅κ°μ§μμ§λ°©λ μ %route%νΈμ ", lang = "ko" } KOR.LR = KOR.Local KOR.NSPR = KOR.Local KOR.Gukjido = KOR.Local KOR.PR = KOR.Local KOR.Provincial = KOR.Local KOR.Jibangdo = KOR.Local return KOR
Summary:
Please note that all contributions to Stockhub may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Stockhub:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Module:Road data/strings/KOR/doc
(
edit
)