Module:Upcoming Birthdays: Difference between revisions
From NOISZ Wiki
RiceEmpress (talk | contribs) No edit summary |
RiceEmpress (talk | contribs) mNo edit summary |
||
| Line 3: | Line 3: | ||
birthdays = {} | birthdays = {} | ||
birthdays[ | birthdays[1] = {'Hikari Aoki','22 January'} | ||
birthdays[ | birthdays[1] = {'Sera Hoshikawa','14 March'} | ||
Revision as of 09:30, 29 September 2025
Documentation for this module may be created at Module:Upcoming Birthdays/doc
local capiunto = require 'capiunto'
local lang = mw.language.getContentLanguage()
birthdays = {}
birthdays[1] = {'Hikari Aoki','22 January'}
birthdays[1] = {'Sera Hoshikawa','14 March'}
local p = {}
function p.main()
local dateNow = lang:formatDate("F d, Y H:i T")
return dateNow
end
return p