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 02:14, 19 February 2021 (add shieldmain (via WP:JWB)). 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",
	shieldmain = "European_Road_%route%_number_DE.svg",
         link = "European route E%route% in Germany",
         abbr = "E%route%"}

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

DEU.B = {shield = "Bundesstraße %route% number.svg",
	shieldmain = "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