Module:Road data/strings/DEU

From Omniversalis

Documentation for this module may be created at Module:Road data/strings/DEU/doc

-- Germany
local DEU = {}

DEU.E = {shield = "European_Road_%route%_number_DE.svg",
         link = "European route E%route% in Germany",
         abbr = "E %route%"}

DEU.A = {shield = "Bundesautobahn %route% number.svg",
         link = "Bundesautobahn %route%",
         abbr = "A %route%"} --Autobahn

DEU.B = {shield = "Bundesstraße %route% number.svg",
         link = "Bundesstraße %route%",
         abbr = "B %route%"} --Bundestraße

DEU.L = {abbr = "L %route%"} --Landesstraße

DEU.K = {abbr = "K %route%"}  --Kreisstraße

return DEU