Difference between revisions of "Module:Road data/strings/NAM"

From blackwiki
Jump to navigation Jump to search
blackwiki>Ron2K
(created strings for Namibia)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 08:53, 27 September 2020

Documentation for this module may be created at Module:Road data/strings/NAM/doc

-- Namibia
local NAM = {}

NAM.A = {shield = "Schild A%route% NA.svg",
         link = "A%route% road (Namibia)",
         abbr = "A%route%"}

NAM.B = {shield = "Schild B%route% NA.svg",
         link = "B%route% road (Namibia)",
         abbr = "B%route%"}

NAM.C = {shield = "Schild C%route% NA.svg",
         link = "C%route% road (Namibia)",
         abbr = "C%route%"}

return NAM