Difference between revisions of "Module:Road data/strings/AZE"
< Module:Road data | strings
Jump to navigation
Jump to search
blackwiki>WMSR (fix) |
m (4 revisions imported) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 11: | Line 11: | ||
AZE.M = {shield = "M%route%-AZ.png", | AZE.M = {shield = "M%route%-AZ.png", | ||
| − | link = "M%route% | + | link = "M%route% highway (Azerbaijan)", |
abbr = "M-%route%"} | abbr = "M-%route%"} | ||
AZE.R = {shield = "R%route%-AZ.png", | AZE.R = {shield = "R%route%-AZ.png", | ||
| − | link = "R%route% | + | link = "R%route% highway (Azerbaijan)", |
abbr = "R-%route%"} | abbr = "R-%route%"} | ||
return AZE | return AZE | ||
Latest revision as of 08:52, 27 September 2020
Documentation for this module may be created at Module:Road data/strings/AZE/doc
-- Azerbaijan
local AZE = {}
AZE.E = {shield = "E%route%-AZ.png",
link = "European route E%route%",
abbr = "E-%route%"}
AZE.AH = {shield = "AH%route%-AZ.png",
link = "AH%route%",
abbr = "AH-%route%"}
AZE.M = {shield = "M%route%-AZ.png",
link = "M%route% highway (Azerbaijan)",
abbr = "M-%route%"}
AZE.R = {shield = "R%route%-AZ.png",
link = "R%route% highway (Azerbaijan)",
abbr = "R-%route%"}
return AZE