Difference between revisions of "Module:Road data/strings/EST"
< Module:Road data | strings
Jump to navigation
Jump to search
blackwiki>Fredddie (add type) |
blackwiki>Fredddie m (link) |
||
| Line 17: | Line 17: | ||
EST.K = {shield = "", | EST.K = {shield = "", | ||
| − | link = "", | + | link = "Estonian national road %route%", |
abbr = "%route%"} | abbr = "%route%"} | ||
return EST | return EST | ||
Revision as of 15:06, 1 September 2020
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 = "T%route%"}
EST.N = EST.National
EST.B = {shield = "B%route%-EE.svg",
link = "Estonian national road %route%",
abbr = "T%route%"}
EST.K = {shield = "",
link = "Estonian national road %route%",
abbr = "%route%"}
return EST