Module:Sandbox/Alexiscoutinho: Difference between revisions

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