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 CouvGeek (talk | contribs) at 00:35, 8 December 2014 (use e-road shield variant for Germany). 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%"}

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