Difference between revisions of "Module:Road data/strings/CRI"
< Module:Road data | strings
Jump to navigation
Jump to search
blackwiki>Roqz m (more appropriate naming) |
m (5 revisions imported) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 4: | Line 4: | ||
CRI.RNP = {shield = "CR RNP %route%.svg", | CRI.RNP = {shield = "CR RNP %route%.svg", | ||
link = "National Route %route% (Costa Rica)", | link = "National Route %route% (Costa Rica)", | ||
| − | abbr = " | + | abbr = "Route %route%"} |
CRI.RNS = {shield = "CR RNS %route%.svg", | CRI.RNS = {shield = "CR RNS %route%.svg", | ||
link = "National Route %route% (Costa Rica)", | link = "National Route %route% (Costa Rica)", | ||
| − | abbr = " | + | abbr = "Route %route%"} |
CRI.RNT = {shield = "CR RNT %route%.svg", | CRI.RNT = {shield = "CR RNT %route%.svg", | ||
link = "National Route %route% (Costa Rica)", | link = "National Route %route% (Costa Rica)", | ||
| − | abbr = " | + | abbr = "Route %route%"} |
return CRI | return CRI | ||
Latest revision as of 08:52, 27 September 2020
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",
link = "National Route %route% (Costa Rica)",
abbr = "Route %route%"}
CRI.RNS = {shield = "CR RNS %route%.svg",
link = "National Route %route% (Costa Rica)",
abbr = "Route %route%"}
CRI.RNT = {shield = "CR RNT %route%.svg",
link = "National Route %route% (Costa Rica)",
abbr = "Route %route%"}
return CRI