--[==[ 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"]`.]
-- Slovakialocal SVK =
local util = require("Module:Road data/util")util.addAll(SVK, require("Module:Road data/strings/EUR"))
SVK.E.shield = "E%route%-SVK-2020.svg"SVK.E.abbr = "E%route%"SVK.E.translation = "Európska cesta %route%"SVK.E.lang = "sk"
SVK.D.shield = "D%route%-SVK-2020.svg"SVK.D.link = "Motorway D%route% (Slovakia)"SVK.D.abbr = "D%route%"SVK.D.color = "MUTCDgreen"SVK.D.translation = "Diaľnica D%route%"SVK.D.lang = "sk"
SVK.R.shield = "R%route%-SVK-2020.svg"SVK.R.link = "R%route% expressway (Slovakia)"SVK.R.abbr = "R%route%"SVK.R.color = "MUTCDgreen"SVK.R.translation = "Rýchlostná cesta R%route%"SVK.R.lang = "sk"
SVK.I =
SVK.II =
return SVK