Module:Upcoming Birthdays: Difference between revisions
From NOISZ Wiki
RiceEmpress (talk | contribs) mNo edit summary |
RiceEmpress (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
local capiunto = require 'capiunto' | local capiunto = require 'capiunto' | ||
local lang = mw.language.getContentLanguage() | local lang = mw.language.getContentLanguage() | ||
birthdays = {} | |||
birthdays[Hikari] = {'Hikari Aoki','22 January'} | |||
birthdays[Sera] = {'Sera Hoshikawa','14 March'} | |||
Revision as of 10: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[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