Module:High-use: Difference between revisions
Jump to navigation
Jump to search
Annotations
imported>Hb1290 m (1 revision imported) |
WP>Mr. Guye (Annotations) |
||
| Line 15: | Line 15: | ||
end | end | ||
else | else | ||
-- Use 2 | -- 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 | ||
| Line 42: | Line 42: | ||
return return_value | return return_value | ||
end | end | ||
-- Actions if there is a large (greater than or equal to 100,000) transclusion count | |||
function p.risk(frame) | function p.risk(frame) | ||
local return_value = "" | local return_value = "" | ||