Module:Upcoming Birthdays

From NOISZ Wiki
Revision as of 10:30, 29 September 2025 by RiceEmpress (talk | contribs)

Documentation for this module may be created at Module:Upcoming Birthdays/doc

local capiunto = require 'capiunto'
local lang = mw.language.getContentLanguage()

birthdays = {}
birthdays[Hikari] = {'Hikari Aoki','22 January'}
birthdays[Sera] = {'Sera Hoshikawa','14 March'} 


local p = {}

function p.main()
   local dateNow = lang:formatDate("F d, Y H:i T")
   return dateNow
end
return p