Content deleted Content added
TartarTorte (talk | contribs) Create sandbox version of Module:Convert to eastern arabic numerals to try to simplify soe |
TartarTorte (talk | contribs) Try slight refactor |
||
Line 1:
local p = {}
local
}
function p._convert(args)
▲ local num_str = tostring(args[1])
▲ local new_str, _ = string.gsub(num_str, '[0-9.]', conversion_table)
end
function p.convert(frame)
end
|