Difference between revisions of "Module:Road data/strings/EST"
< Module:Road data | strings
Jump to navigation
Jump to search
blackwiki>Imzadi1979 (add in alias) |
blackwiki>Imzadi1979 (add type) |
||
| Line 8: | Line 8: | ||
EST.National = {shield = "M%route%-EE.svg", | EST.National = {shield = "M%route%-EE.svg", | ||
link = "Estonian national road %route%", | link = "Estonian national road %route%", | ||
| − | abbr = " | + | abbr = "T%route%"} |
| − | + | ||
| + | EST.B = {shield = "B%route%-EE.svg", | ||
| + | link = "Estonian national road %route%", | ||
| + | abbr = "T%route%"} | ||
| + | |||
EST.N = EST.National | EST.N = EST.National | ||
return EST | return EST | ||
Revision as of 00:48, 8 June 2019
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.B = {shield = "B%route%-EE.svg",
link = "Estonian national road %route%",
abbr = "T%route%"}
EST.N = EST.National
return EST