Module:Road data/strings/ALB explained

--[==[ To inspect the content of this data module, use [[Special:ExpandTemplates]]and enter the following input text:

To inspect the content of this data module when editing, enter the followinginto 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"]`.]

]

-- Albanialocal ALB =

local util = require("Module:Road data/util")util.addAll(ALB, require("Module:Road data/strings/EUR"))

ALB.A.shield = "Autostrada A%route% Italia.svg"ALB.A.shieldmain = "Autostrada A%route% Italia.svg"ALB.A.link = "A%route% motorway (Albania)"ALB.A.name = "A%route% motorway"ALB.A.color = "EUR"ALB.A.translation = "Autostradë A%route%"

ALB.SH =

ALB.RR =

ALB.K =

for k, v in pairs(ALB) do if k:find ("^%a") then v.browse = "Highways in Albania" v.lang = "sq" endend

return ALB