local p = {} function p.test(frame) local frame = mw.getCurrentFrame() return frame:callParserFunction('formatnum', '~9,500', 'R') end return p