Changes

Pywikibot 6.4.0
--[==[
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"]`.
]==]

-- Africa
local AFR = {}

local util = require("Module:Road data/util")

AFR.TAH = {
shield = "Schild TAH%route%.svg",
name = "TAH %route%",
link = "TAH %route%",
shieldmain = "Schild TAH%route%.svg",
abbr = "TAH %route%"
}

local highwayNames = {
arg = "route",
["1"] = "Cairo-Dakar Highway",
["2"] = "Algiers-Lagos Highway",
["3"] = "Tripoli–Cape Town Highway",
["4"] = "Cairo-Cape Town Highway",
["5"] = "Dakar-Ndjamena Highway",
["6"] = "Ndjamena-Djibouti Highway",
["7"] = "Dakar-Lagos Highway",
["8"] = "Lagos-Mombasa Highway",
["9"] = "Beira-Lobito Highway"
}

return AFR