Difference between revisions of "Module:Road data/strings/LUX"
< Module:Road data | strings
Jump to navigation
Jump to search
blackwiki>Mkmk101 m (png → svg) |
blackwiki>Fredddie (per request) |
||
| Line 14: | Line 14: | ||
abbr = "B%route%"} | abbr = "B%route%"} | ||
| − | LUX.N = {shield = " | + | LUX.N = {shield = "N%route% Luxembourg.svg", |
link = "N%route% road (Luxembourg)", | link = "N%route% road (Luxembourg)", | ||
abbr = "N%route%"} | abbr = "N%route%"} | ||
Revision as of 01:43, 2 December 2019
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