Jump to content

Module:Road data/strings/ZAF

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fredddie (talk | contribs) at 21:17, 20 March 2016 (get this working for now). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- South Africa
local ZAF = {}

ZAF.N = {shield = "SA road N%route%.svg",
         link = "N%route% road (South Africa)",
         abbr = "N%route%"}

ZAF.R = {shield = "SA road R%route%.svg",
         link = "R%route% road (South Africa)",
         abbr = "R%route%"}
         
ZAF.M = {shield = "",
          link = "M%route% road (%dab%)",
          abbr = "M%route%"}         

return ZAF