Content deleted Content added
No edit summary |
Undid revision 947202484 by Alexiscoutinho (talk) |
||
Line 9:
local lines = mw.text.split( data, '\n' )
if not divisor then
local i = 1
Line 33:
divisor = math.max( total1, total2 ) / ( 0.95 * barwidth )
end
return divisor
end
return p
|