Modul:Wikidata/Formatters/quantity: Porovnání verzí

Smazaný obsah Přidaný obsah
už zase nefungují jednotky->procenta, takže další zobecnění
nedávat mezeru před (samostatný) °
Řádek 119:
if tostring(options.showunit) ~= 'false' then
if unit then
return amount .. ' ' ..if formatUnit(unit) == "°" then
return amount .. formatUnit(unit)
else
return amount .. ' ' .. formatUnit(unit)
end
end
end