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