Module:Sandbox/Alexiscoutinho: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 2:
 
function p.test(frame)
local frame = mw.getCurrentFrame()
return ('tre'):sub(1,5) .. 'y'
return frame:callParserFunction('formatnum', '~9,500', 'R')
end
return p