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 Happy5214 (talk | contribs) at 10:26, 7 March 2014 (Created page with '-- Italy local ITA = {} ITA.E = {shield = "Tabliczka E%route%.svg", link = "European route E%route%", abbr = "E%route%"} ITA.A = {shield = {d...'). 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)

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