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 Happy5214 (talk | contribs) at 08:34, 7 March 2014 (Created page with '-- South Africa local ZAF = {} ZAF.N = {shield = "SA road N%route%.svg", link = "N%route% road (South Africa)", abbr = "N%route%"} ZAF.R = {s...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

-- 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%"}

return ZAF