Module:Road data/strings/ZAF
MyWikiBiz, Author Your Legacy — Monday December 02, 2024
< Module:Road data | strings
Jump to navigationJump to searchDocumentation for this module may be created at Module:Road data/strings/ZAF/doc
--[==[ 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 = { shield = "SA road N%route%.svg", name = "N%route%", link = "N%route% road (South Africa)", abbr = "N%route%", color = "motorway" } ZAF.R = { shield = "SA road R%route%.svg", name = "R%route%", link = "R%route% road (South Africa)", abbr = "R%route%" } ZAF.M = { shield = "SA road M%route%.svg", name = "M%route%", link = "M%route% road ([dab||%dab%|South Africa])", abbr = "M%route%", color = "motorway" } ZAF.ELM = { shield = "SA road M%route%.svg", name = "M%route%", link = "M%route% (East London)", abbr = "M%route%" } ZAF.CTM = { shield = "SA road M%route%.svg", name = ZAF.M.name, link = "M%route% (Cape Town)", abbr = "M%route%" } ZAF.JM = { shield = "Joburg road M%route%.svg", name = ZAF.M.name, link = "M%route% road (Johannesburg)", abbr = "M%route%" } ZAF.PRM = { shield = "Joburg road M%route%.svg", name = ZAF.M.name, link = "M%route% (Pretoria)", abbr = "M%route%" } ZAF.DM = { shield = "Durban road M%route%.svg", name = ZAF.M.name, link = "M%route% (Durban)", abbr = "M%route%" } ZAF.BLM = { shield = "SA road M%route%.svg", name = ZAF.M.name, link = "M%route% (Bloemfontein)", abbr = "M%route%" } ZAF.PEM = { shield = "Port Elizabeth road M%route%.svg", name = ZAF.M.name, link = "M%route% (Port Elizabeth)", abbr = "M%route%" } ZAF.PIM = { shield = "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