Module:Iraq Syria map date
Appearance
local p = {}
--[[
The purpose of this file is to have a centralised place where the dates which File:Syrian,_Iraqi,_and_Lebanese_insurgencies.png (and related files) is updated can be managed, instead of having to update them in different articles.
Example usage: "(as of {{#invoke:Iraq Syria map date|syriadate}})"
--]]
function p.date( frame )
return "12 November 2015" -- [[commons:File:Syrian,_Iraqi,_and_Lebanese_insurgencies.png]]
end
function p.iraqdate( frame )
return "13 November 2015" -- [[commons:File:Iraq_war_map.png]]
end
function p.syriadate( frame )
return "12 November 2015" -- [[commons:File:Syrian_civil_war.png]]
end
function p.aleppo2date( frame )
return "10 November 2015" -- [[commons:File:Rif Aleppo2.svg]]
end
function p.lebanondate( frame )
return "16 October 2015" -- [[commons:File:Lebanese_insurgency.png]]
end
return p