Modul:Val: Porovnání verzí

Smazaný obsah Přidaný obsah
Převzetí Module:Val - zatím bez úprav
 
decimal_separator = ','
 
Řádek 4:
local data_module = 'Module:Val/units'
local convert_module = 'Module:Convert'
 
local decimal_separator = ','
 
local function valerror(msg, nocat, iswarning)
Řádek 527 ⟶ 529:
result = sign .. table.concat(ipart, ',')
if dpart then
result = result .. '.'decimal_separator .. table.concat(dpart)
end
else
Řádek 537 ⟶ 539:
end
if dpart then
table.insert(groups, '.'decimal_separator .. (table.remove(dpart, 1) or ''))
for _, v in ipairs(dpart) do
table.insert(groups, '<span style="margin-left:.25em;">' .. v .. '</span>')