Module:Road data/strings/IRL

From blackwiki
< Module:Road data‎ | strings
Revision as of 18:17, 12 May 2020 by blackwiki>Fredddie (ugh)
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&nbsp;%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