Module:Road data/strings/ISL
MyWikiBiz, Author Your Legacy — Friday October 31, 2025
< Module:Road data | strings
Jump to navigationJump to searchDocumentation 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
