Module:Road data/strings/AUT
< Module:Road data | strings
Documentation for this module may be created at Module:Road data/strings/AUT/doc
--[==[ To inspect the content of this data module, use [[Special:ExpandTemplates]] and enter the following input text: {{#invoke:Road data/dump|dump|module=Module:<name-of-this-module>}} To inspect the content of this data module when editing, enter the following into the Debug console: local util = require("Module:Road data/util") print(util.arrayToString(p)) To inspect a particular route type, change `p` above to include the route type, e.g., `p.I` and `p["US-Hist"]`. ]==] -- Austria local AUT = {} local util = require("Module:Road data/util") util.addAll(AUT, require("Module:Road data/strings/EUR")) AUT[''] = {color = "background:#276FB7; color:#fff;"} AUT.E.shield = "E%route%-AT.svg" AUT.E.shieldmain = "E%route%-AT.svg" AUT.A.shield = "A%route%-AT.svg" AUT.A.shieldmain = "A%route%-AT.svg" AUT.A.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" } AUT.A.name = "Motorway A%route%" AUT.A.color = "blue-var2" AUT.S.shield = "S%route%-AT.svg" AUT.S.shieldmain = "S%route%-AT.svg" AUT.S.link = { default = "Schnellstraße %route% (Austria)", ["31"] = "Burgenland Schnellstraße" } AUT.S.name = "Expressway S%route%" AUT.S.color = "blue-var2" AUT.B.shield = { ifexists = true, default = "B%route%-AT.svg", otherwise = "" } AUT.B.name = "Highway B%route%" AUT.B.color = "blue-var2" AUT.L.name = "Highway L%route%" return AUT