local p = {} function p.test(frame) local lang = mw.getContentLanguage() return lang:formatDate('Y', tostring(lang:formatDate('U'))) end return p