Module:Sandbox/Alexiscoutinho: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 8:
local lines = mw.text.split( data, '\n' )
local params = mw.text.split( lines[#lines], ';', true )
return math.max( tonumberstring.gsub( params[2], ',' ), tonumberstring.gsub( params[3], ',' ) )
end
return p