Module:Convert to eastern arabic numerals: Difference between revisions

Content deleted Content added
Add back compat for now
No edit summary
Line 18:
if args == nil then
return 'Error! Arguments provided are null'
end
if args[1] == nil then
return ''
end
local num_str = tostring(args[1])