Jump to content

Module:Sandbox/Frostly

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frostly (talk | contribs) at 03:10, 4 October 2023 (test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {} --p stands for package

function p.hello( frame )
	lang = mw.language.getContentLanguage()
    return lang:formatDate('Y')
end

return p