Module:Road data/strings/IRQ

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Fredddie at 18:50, 18 December 2021 (backwards). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

-- Iraq
local IRQ = {}

IRQ.Freeway = {
	shield = "Freeway %route%-IRQ.png",
	link = "Freeway %route% (Iraq)",
	abbr = "Freeway %route%",
	color = "MUTCDblue",
	translation = "%route% طريق المرور السريع رقم",
	lang = "ar"
}
IRQ.F = IRQ.Freeway

IRQ.Highway = {
	shield = "Road %route%-IRQ.png",
	link = "Highway %route% (Iraq)",
	abbr = "Highway %route%",
	translation = "%route% طريق رقم",
	lang = "ar"
}
IRQ.R = IRQ.Highway
	
IRQ.M = {
	shield = "Mashreq-M%route%.gif",
	link = "Arab Mashreq International Road Network",
	abbr = "%route% M"
}
	
return IRQ