Module:Road data/strings/ISL

MyWikiBiz, Author Your Legacy — Monday September 23, 2024
< Module:Road data‎ | strings
Revision as of 05:43, 16 July 2021 by Zoran (talk | contribs) (Pywikibot 6.4.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Road data/strings/ISL/doc

-- 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