--[==[ 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"]`.]
-- Denmarklocal DNK =
local util = require("Module:Road data/util")util.addAll(DNK, require("Module:Road data/strings/EUR"))
DNK.E.shield = "E%route%-DK.svg"DNK.E.color = "MUTCDgreen"
DNK.M.color = "MUTCDgreen"
DNK.O =
DNK.P.shield = "P%route%-DK.svg"DNK.P.name = "Primary Route %route%"DNK.P.link = "Danish national road %route%"DNK.P.abbr = "Primærrute %route%"DNK.P.translation = "Primærrute %route%"DNK.P.lang = "da" DNK.S.shield = "S%route%-DK.svg"DNK.S.name = "Secondary Route %route%"DNK.S.abbr = "Sekundærrute %route%"DNK.S.color = "DNK-red" DNK.S.translation = "Sekundærrute %route%"DNK.S.lang = "da"
return DNK