Jump to content

Module:Road data/strings/LUX

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fredddie (talk | contribs) at 02:33, 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.

-- Luxembourg
local LUX = {}

LUX.E = {shield = "E%route% Luxembourg.svg",
	shieldmain = "E%route% Luxembourg.svg",
         link = "European route E%route%",
         abbr = "E %route%"}

LUX.A = {shield = "LU-A%route%.svg",
	shieldmain = "LU-A%route%.svg",
         link = "A%route% motorway (Luxembourg)",
         abbr = "A%route%"}
         
LUX.B = {shield = "",
	shieldmain = "",
         link = "B%route% motorway (Luxembourg)",
         abbr = "B%route%"}     

LUX.N = {shield = "N%route% Luxembourg.svg",
	shieldmain = "N%route% Luxembourg.svg",
         link = "N%route% road (Luxembourg)",
         abbr = "N%route%"}

LUX.CR = {shield = "",
	shieldmain = "",
         link = "CR%route% road (Luxembourg)",
         abbr = "CR%route%"}

return LUX