local p = {} --p stands for package function p.hello( frame ) lang = mw.language.getContentLanguage() return lang:formatDate('Y') end return p