Difference between revisions of "Module:Road data/strings/CRI"
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/CRI/doc
-- Costa Rica
local CRI = {}
CRI.RNP = {
shield = "CR RNP %route%.svg",
name = "Route %route%",
link = "National Route %route% (Costa Rica)",
abbr = "Route %route%"
}
CRI.RNS = {
shield = "CR RNS %route%.svg",
name = "Route %route%",
link = "National Route %route% (Costa Rica)",
abbr = "Route %route%"
}
CRI.RNT = {
shield = "CR RNT %route%.svg",
name = "Route %route%",
link = "National Route %route% (Costa Rica)",
abbr = "Route %route%"
}
return CRI