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