Difference between revisions of "Module:Road data/strings/IRL"

From blackwiki
Jump to navigation Jump to search
blackwiki>Fredddie
(beautiful SVGs now exists)
blackwiki>Fredddie
(SVG!)
Line 2: Line 2:
 
local IRL = {}
 
local IRL = {}
  
IRL.E = {shield = "E-%route% euroroute IE.png",
+
IRL.E = {shield = "IRL E%route%.svg",
 
         link = "European route E%route% in the Republic of Ireland",
 
         link = "European route E%route% in the Republic of Ireland",
 
         abbr = "E %route%"}
 
         abbr = "E %route%"}

Revision as of 06:41, 12 May 2020

Documentation for this module may be created at Module:Road data/strings/IRL/doc

-- Ireland
local IRL = {}

IRL.E = {shield = "IRL E%route%.svg",
         link = "European route E%route% in the Republic of Ireland",
         abbr = "E %route%"}

IRL.M = {shield = "M%route%-IE confirmatory.svg",
         link = "M%route% motorway (Ireland)",
         abbr = "M%route%"}    
         
IRL.N = {shield = "IRL N%route%.svg",
         link = "N%route% road (Ireland)",
         abbr = "N%route%"}  
         
IRL.R = {shield = "IRL R%route%.svg",
         link = "R%route% road (Ireland)",
         abbr = "R%route%"}    
         

return IRL