Jump to content

Module:Sandbox/Iluvatar

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Iluvatar (talk | contribs) at 10:14, 10 May 2024 (+). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {}

function p.lang(frame)
	return mw.language:getCode()
end

return p