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 Mitchazenia (talk | contribs) at 22:55, 2 June 2014 (Protected Module:Road data/strings/HRV: Adjust per request, highly visible template. ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- 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