Module:Sandbox/Alexiscoutinho: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 7:
 
local lines = mw.text.split( data, '\n' ) --how to match '\n'?
return lines[2]
--local params = mw.text.split( lines[#lines], ';', true )
--return math.max( params[2], params[3])
end
return p