Jump to content

Module:Road data/strings/DEU

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fredddie (talk | contribs) at 04:09, 5 August 2015 (+K). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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