Jump to content

Module:Road data/strings/AUT

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

-- Austria
local AUT = {}

AUT.E = {shield = "E%route%-AT.svg",
         link = "European route E%route%",
         abbr = "E%route%"}

AUT.A = {shield = "A%route%-AT.svg",
         link = {default = "A%route% motorway (Austria)",
                 ["1"] = "West Autobahn",
                 ["2"] = "Süd Autobahn",
                 ["3"] = "Südost Autobahn",
                 ["4"] = "Ostautobahn",
                 ["5"] = "Nordautobahn",
                 ["6"] = "Nordost Autobahn",
                 ["7"] = "Mühlkreis Autobahn",
                 ["8"] = "Innkreis Autobahn",
                 ["9"] = "Pyhrnautobahn",
                 ["10"] = "Tauern Autobahn",
                 ["11"] = "Karawanken Autobahn",
                 ["12"] = "Inn Valley Autobahn",
                 ["13"] = "Brenner Autobahn",
                 ["14"] = "Walgau Autobahn",
                 ["21"] = "Wiener Außenring Autobahn",
                 ["22"] = "Donauufer Autobahn",
                 ["23"] = "Südosttangente",
                 ["24"] = "Autobahn Verbindungsspange Rothneusiedl",
                 ["25"] = "Welser Autobahn",
                 ["26"] = "Linzer Autobahn"},
         abbr = "A%route%"}

AUT.S = {shield = "S%route%-AT.svg",
         link = {default = "Schnellstraße %route% (Austria)",
                 ["31"] = "Burgenland Schnellstraße"},
         abbr = "S%route%"}

AUT.L = {shield = "",
         link = "",
         abbr = "L%route%"}

return AUT