Module:Road data/strings/DNK
MyWikiBiz, Author Your Legacy — Monday December 02, 2024
< Module:Road data | strings
Jump to navigationJump to searchDocumentation for this module may be created at Module:Road data/strings/DNK/doc
--[==[ 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