Difference between revisions of "Module:Road data/strings/ECU"
MyWikiBiz, Author Your Legacy — Wednesday November 05, 2025
< Module:Road data | strings
Jump to navigationJump to search (Pywikibot 6.4.0) |
(No difference)
|
Latest revision as of 05:42, 16 July 2021
Documentation for this module may be created at Module:Road data/strings/ECU/doc
-- Ecuador
local ECU = {}
ECU.E = {
shield = "Ecuador E%route%.svg",
name = "Ecuador Highway %route%",
link = "Ecuador Highway %route%",
abbr = "E%route%"
}
ECU.PA = {
shield = "DISCO Panamericana Ecuador.png",
name = "Pan-American Highway",
link = "Pan-American Highway",
abbr = "Pan-American Highway"
}
ECU.G = {
shield = "DISCOGUAYAS%route%.png",
name = "Route %route%",
link = "",
abbr = "Guayas Route %route%"
}
return ECU