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:08, 4 October 2023 (test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {} --p stands for package

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

return p