Modul:Math: Unterschied zwischen den Versionen
K
fmt
(input check) |
K (fmt) |
||
Zeile 125: | Zeile 125: | ||
-- Check for non-numeric input | -- Check for non-numeric input | ||
if value == nil or precision == nil then | if value == nil or precision == nil then | ||
return 'Formatting error: invalid input when rounding' | return '<strong class="error">Formatting error: invalid input when rounding</strong>' | ||
end | end | ||