Jump to content

Module:Road data/strings/HRV

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 08:07, 7 March 2014 (Created page with '-- Croatia local HRV = {} HRV.E = {shield = "E%route%-HR.svg", link = "European route E%route%", abbr = "E%route%"} HRV.A = {shield = "Autoce...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

-- Croatia
local HRV = {}

HRV.E = {shield = "E%route%-HR.svg",
         link = "European route E%route%",
         abbr = "E%route%"}

HRV.A = {shield = "Autocesta A%route%.svg",
         link = "A%route% (Croatia)",
         abbr = "A%route%"}

HRV.B = {shield = "Brza cesta B%route%.svg",
         link = "B%route% (Croatia)",
         abbr = "B%route%"}

HRV.D = {shield = "Državna cesta D%route%.svg",
         link = "D%route% road (Croatia)",
         abbr = "D%route%"}

HRV.L = {shield = "L%route%-HR.svg",
         link = "",
         abbr = "L%route%"}

HRV.Z = {shield = "Z%route%-HR.svg",
         link = {ifexists = true,
                 default = "Ž%route% road (Croatia)"},
         abbr = "Ž%route%"}

HRV["Ž"] = HRV.Z

return HRV