Difference between revisions of "Module:Road data/strings/IRQ"
MyWikiBiz, Author Your Legacy — Friday October 31, 2025
< Module:Road data | strings
Jump to navigationJump to search|  (Pywikibot 6.4.0) | 
| (No difference) | 
Latest revision as of 05:43, 16 July 2021
Documentation for this module may be created at Module:Road data/strings/IRQ/doc
-- Iraq
local IRQ = {}
IRQ.F = {
	shield = "Freeway %route%-IRQ.png",
	link = "Freeway %route% (Iraq)",
	abbr = "Freeway %route%"
}
IRQ.R = {
	shield = "Road %route%-IRQ.png",
	link = "Highway %route% (Iraq)",
	abbr = "Highway %route%"
}
	
IRQ.M = {
	shield = "Mashreq-M%route%.gif",
	link = "Arab Mashreq International Road Network",
	abbr = "%route% M"
}
	
return IRQ
