Category:Pages with bad rounding precision
This is a tracking category for pages sending invalid precision information to {{rnd}}, such as non-numeric data. In the past, such errors were silently suppressed by rnd with the resulting output having unpredictable precision. The current set of changes will cause rnd to interpret all malformed precision requests (i.e. precision = "house") as the same as precision = 0 and round to the nearest integer. This tracking category is intended to help locate cases where such invalid precision values are being used so that they can be eliminated at the source. In most cases some other precision instruction was intended, but the underlying error was ignored because rnd was silently suppressing such errors.
In addition to the tracking cat, on error the new version of round all attempts to insert a hidden comment into the HTML reading "Bad rounding here" that will immediately follow the rounded number. Due to numeric processing and other formatting that occurs around such numbers, this guide marker may not always be present.
This list may not reflect recent changes (learn more).