Jump to content

Module:Road data/strings/DNK

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fredddie (talk | contribs) at 17:56, 13 August 2019 (ifexist). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- Denmark
local DNK = {}

DNK.E = {shield = "E%route%-DK.svg",
         link = "European route E%route%",
         abbr = "E%route%"}

DNK.O = {shield = "O%route%-DK.svg",
         link = "Ring %route% (%dab%)",
         abbr = "Ring %route%"}

DNK.P = {shield = "P%route%-DK.svg",
         link = "Danish national road %route%",
         abbr = "Primærrute %route%"}
         
DNK.S = {shield = {ifexists = true,
                   default = "Vej %route% number DK",
                   otherwise = ""},
         link = "",
         abbr = "Sekundærrute %route%"}         

return DNK