--[==[ 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"]`.]
-- Croatialocal HRV =
local util = require("Module:Road data/util")util.addAll(HRV, require("Module:Road data/strings/EUR"))
HRV.E.shield = "E%route%-HR.svg"
HRV.A.shield = "Autocesta A%route%.svg"HRV.A.name = "A%route% motorway"HRV.A.link = "A%route% (Croatia)"HRV.A.abbr = "A%route%"HRV.A.color = "EUR"HRV.A.translation = "Autocesta A%route%"HRV.A.lang = "hr"
HRV.B.shield = "Brza cesta B%route%.svg"HRV.B.link = "B%route% (Croatia)"
HRV.D.shield = "Državna cesta D%route%.svg"HRV.D.link = "D%route% road (Croatia)"HRV.D.abbr = "D%route%"HRV.D.color = "blue-var1"
HRV.L.shield = "L%route%-HR.svg"HRV.L.abbr = "L%route%"
HRV.Z =
HRV["Ž"] = HRV.Z
return HRV