Module:Update: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 201: | Line 201: | ||
month = lang:formatDate('F', a.date) | month = lang:formatDate('F', a.date) | ||
year = lang:formatDate('Y', a.date) | year = lang:formatDate('Y', a.date) | ||
date_link = ' | date_link = ' ' .. day .. ' ' .. month .. ' [[' .. year .. ']]' | ||
else | else | ||
date_link = '(missing date)' | date_link = '(missing date)' | ||
| Line 512: | Line 512: | ||
end | end | ||
-- [[Category: | -- [[Category:2020 updates]] etc | ||
function p.year_cat(frame) | function p.year_cat(frame) | ||
local f = frame:getParent() | local f = frame:getParent() | ||