Changes

Pywikibot 6.4.0
-- Iceland
local ISL = {}

ISL.Primary = {
shield = "ISL %route%.svg",
link = "Route %route% (Iceland)",
abbr = "Route %route%"
}

ISL.S = ISL.Primary

ISL.Track = {
shield = "ISL F%route%.svg",
link = "Route F%route% (Iceland)",
abbr = "Route F%route%"
}

return ISL