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

From blackwiki
Jump to navigation Jump to search
blackwiki>Fredddie
(use svg instead)
blackwiki>Fredddie
(beautiful SVGs now exists)
Line 14: Line 14:
 
         abbr = "N%route%"}   
 
         abbr = "N%route%"}   
 
          
 
          
IRL.R = {shield = "R%route% Regional Route Shield Ireland.png",
+
IRL.R = {shield = "IRL R%route%.svg",
 
         link = "R%route% road (Ireland)",
 
         link = "R%route% road (Ireland)",
 
         abbr = "R%route%"}     
 
         abbr = "R%route%"}     

Revision as of 05:23, 12 May 2020

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

-- Ireland
local IRL = {}

IRL.E = {shield = "E-%route% euroroute IE.png",
         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