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