Module:High-use: Difference between revisions

Clarification
imported>CFCF
(Stripped some of the formality and unnecessary verbiage that only takes space, decreasing the likelihood banners will actually be read)
imported>CFCF
(Clarification)
Line 36:
if frame.args["all-pages"] and frame.args["all-pages"] ~= "" then
local percent = math.floor( ( (count/frame:callParserFunction('NUMBEROFPAGES', 'R') ) * 100) + 0.5)
return_value = string.format("%s pages, or roughly %s%% of all", return_value, percent)
end
end
Anonymous user