Module:Road data/strings/LUX

From blackwiki
< Module:Road data‎ | strings
Revision as of 08:53, 27 September 2020 by Blackwikiadmin (talk | contribs) (5 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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&nbsp;%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