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

From blackwiki
Jump to navigation Jump to search
blackwiki>Imzadi1979
(per abbreviations in Transport in Estonia)
blackwiki>Imzadi1979
(add in alias)
Line 10: Line 10:
 
         abbr = "N%route%"}
 
         abbr = "N%route%"}
  
 +
EST.N = EST.National
 
return EST
 
return EST

Revision as of 09:20, 8 January 2015

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

-- Estonia
local EST = {}

EST.E = {shield = "Tabliczka E%route%.svg",
         link = "European route E%route%",
         abbr = "E%route%"}

EST.National = {shield = "M%route%-EE.svg",
         link = "Estonian national road %route%",
         abbr = "N%route%"}

EST.N = EST.National
return EST