local p = {} function p.test(frame) local lang = mw.getContentLanguage() return lang:parseFormattedNumber('~9,500') end return p