Module:Sandbox/Johnuniq/format

From Stiles Wiki
< Module:Sandbox
Revision as of 21:42, 6 June 2020 by imported>Johnuniq (Created page with '-- Checking issue raised at Module talk:Math#format, permalink: -- https://en.stiles.casa_wiki.org/w/index.php?title=Module_talk:Math&oldid=961192406#format -- See...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Sandbox/Johnuniq/format/doc

-- Checking issue raised at [[Module talk:Math#format]], permalink:
-- https://en.stiles.casa_wiki.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 }