Open main menu
Home
Random
Donate
Recent changes
Special pages
Community portal
Preferences
About Stockhub
Disclaimers
Search
User menu
Talk
Contributions
Create account
Log in
Editing
Module:Road data/strings/ZAF
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
--[==[ To inspect the content of this data module, use [[Special:ExpandTemplates]] and enter the following input text: {{#invoke:Road data/dump|dump|module=Module:<name-of-this-module>}} To inspect the content of this data module when editing, enter the following into the Debug console: local util = require("Module:Road data/util") print(util.arrayToString(p)) To inspect a particular route type, change `p` above to include the route type, e.g., `p.I` and `p["US-Hist"]`. ]==] -- South Africa local ZAF = {} local util = require("Module:Road data/util") ZAF.N = { shieldmain = "SA road N%route%.svg", shieldlist = "SA road N%route%.svg", shield = "SA road N%route% jct.svg", shieldto = "SA road to N%route% jct.svg", name = "N%route%", link = "N%route% (South Africa)", abbr = "N%route%", color = "motorway" } ZAF.R = { shield = "SA road R%route%.svg", name = "R%route%", link = "R%route% (South Africa)", abbr = "R%route%" } ZAF.M = { shield = "M%route% ZAF jct.svg", shieldmain = "SA road M%route%.svg", name = "M%route%", link = "M%route% ([dab||%dab%|South Africa])", abbr = "M%route%", color = "motorway" } ZAF.ELM = { shield = "M%route% ZAF jct.svg", shieldmain = "SA road M%route%.svg", name = "M%route%", link = "M%route% (East London)", abbr = "M%route%" } ZAF.CTM = { shield = "M%route% ZAF jct.svg", shieldmain = "SA road M%route%.svg", name = ZAF.M.name, link = "M%route% (Cape Town)", abbr = "M%route%" } ZAF.JM = { shield = { arg = "route", default = "M%route% ZAF jct.svg", ["1"] = "M%route% ZAF jct blue.svg", ["2"] = "M%route% ZAF jct blue.svg", }, shieldmain = "Joburg road M%route%.svg", name = ZAF.M.name, link = "M%route% (Johannesburg)", abbr = "M%route%" } ZAF.PRM = { shield = "M%route% ZAF jct.svg", shieldmain = "Joburg road M%route%.svg", name = ZAF.M.name, link = "M%route% (Pretoria)", abbr = "M%route%" } ZAF.DM = { shield = "M%route% ZAF jct.svg", shieldmain = "Durban road M%route%.svg", name = ZAF.M.name, link = "M%route% (Durban)", abbr = "M%route%" } ZAF.BLM = { shield = "M%route% ZAF jct.svg", shieldmain = "SA road M%route%.svg", name = ZAF.M.name, link = "M%route% (Bloemfontein)", abbr = "M%route%" } ZAF.PEM = { shield = "M%route% ZAF jct.svg", shieldmain = "Port Elizabeth road M%route%.svg", name = ZAF.M.name, link = "M%route% (Port Elizabeth)", abbr = "M%route%" } ZAF.PIM = { shield = "M%route% ZAF jct.svg", shieldmain = "SA road M%route%.svg", name = ZAF.M.name, link = "M%route% (Pietermaritzburg)", abbr = "M%route%" } ZAF.RING = { shield = "%route% Ring Road", name = "%route% Ring Road", link = "%route% Ring Road", abbr = "%route% Ring Road" } return ZAF
Summary:
Please note that all contributions to Stockhub may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Stockhub:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Module:Road data/strings/ZAF/doc
(
edit
)