Module:High-use: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (1 revision imported)
(Edited an annotation)
Line 15: Line 15:
end
end
else
else
-- Use 2 sigfigs for smaller numbers and 3 for larger ones
-- Use 2 significant figures for smaller numbers and 3 for larger ones
local sigfig = 2
local sigfig = 2
if count >= 100000 then
if count >= 100000 then