Module:Road data/strings/IRL

From blackwiki
Jump to navigation Jump to search

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