Jump to content

Module:Road data/strings/ITA

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mitchazenia (talk | contribs) at 22:56, 2 June 2014 (Protected Module:Road data/strings/ITA: 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.

-- Italy
local ITA = {}

ITA.E = {shield = "Tabliczka E%route%.svg",
         link = "European route E%route%",
         abbr = "E%route%"}

ITA.A = {shield = {default = "Autostrada A%route% Italia.svg",
                   ["CT-SR"] = "Italian traffic signs - Autostrada CT-SR.svg"},
         link = "Autostrada A%route% (Italy)",
         abbr = "A%route%"}

ITA.RA = {shield = "Italian traffic signs - raccordo autostradale %route%.svg",
          link = "Autostrada RA%route% (Italy)",
          abbr = "RA%route%"}

ITA.SS = {shield = {default = "Strada Statale %route% Italia.svg",
                    ["131dcn"] = "Strada Statale 131dir-centr Italia m.svg"},
          link = "",
          abbr = "SS%route%"}

return ITA