Module:Road data/strings/LUX
< Module:Road data | strings
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Road data/strings/LUX/doc
-- Luxembourg
local LUX = {}
LUX.E = {shield = "E%route% Luxembourg.svg",
link = "European route E%route%",
abbr = "E %route%"}
LUX.A = {shield = "LU-A%route%.svg",
link = "A%route% motorway (Luxembourg)",
abbr = "A%route%"}
LUX.B = {shield = "",
link = "B%route% motorway (Luxembourg)",
abbr = "B%route%"}
LUX.N = {shield = "N%route% Luxembourg.svg",
link = "N%route% road (Luxembourg)",
abbr = "N%route%"}
LUX.CR = {shield = "",
link = "CR%route% road (Luxembourg)",
abbr = "CR%route%"}
return LUX