Changes

MyWikiBiz, Author Your Legacy — Thursday October 09, 2025
Jump to navigationJump to search
Pywikibot 6.4.0
--[==[
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"]`.
]==]

-- Denmark
local 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 = {shield = "O%route%-DK.svg",
name = "Ring %route%",
link = "Ring %route% (%dab%)",
abbr = "Ring %route%"}

DNK.P.shield = "P%route%-DK.svg"
DNK.P.link = "Danish national road %route%"
DNK.P.abbr = "Primærrute %route%"

DNK.S.shield = {
ifexists = true,
default = "Vej %route% number DK",
otherwise = ""
}
DNK.S.abbr = "Sekundærrute %route%"
DNK.S.color = "DNK-red"

return DNK

Navigation menu