Jump to content

Module:Sandbox/Johnuniq/format

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Johnuniq (talk | contribs) at 03:42, 7 June 2020 (Created page with '-- Checking issue raised at Module talk:Math#format, permalink: -- https://en.wikipedia.org/w/index.php?title=Module_talk:Math&oldid=961192406#format -- See...'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
-- Checking issue raised at [[Module talk:Math#format]], permalink:
-- https://en.wikipedia.org/w/index.php?title=Module_talk:Math&oldid=961192406#format
-- See results on talk.

local function main()
	local lang = mw.getContentLanguage('bn')
	local r = lang:formatNum(0.00002)
	return #r .. ' /' .. r .. '/'
end

return { main=main }