Module:Road data/strings/UKR
MyWikiBiz, Author Your Legacy — Wednesday November 13, 2024
< Module:Road data | strings
Jump to navigationJump to searchDocumentation for this module may be created at Module:Road data/strings/UKR/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"]`. ]==] -- Ukraine local UKR = {} local util = require("Module:Road data/util") util.addAll(UKR, require("Module:Road data/strings/EUR")) UKR.E.shield = "Tabliczka E%route%.svg" UKR.E.link = "European route E%route% in Ukraine" UKR.E.color = "EUR-UKR" UKR.M.shield = "M-road-%route%-Ukraine.svg" UKR.M.link = "Highway M%route% (Ukraine)" UKR.H.shield = "N-road-%route%-Ukraine.svg" UKR.H.link = "Highway H%route% (Ukraine)" UKR.P.shield = { ifexists = true, default = "P%route%-UKR.svg", otherwise = ""} UKR.P.link = "P%route% road (Ukraine)" return UKR