Jump to content

Module:Iraq Syria map date

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by John Smith the Gamer (sul) (talk | contribs) at 11:34, 10 February 2015 (Created so only need to change date in one place at a time.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {}
 
function p.date( frame )
    return "10 February 2015"
end
 
return p