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(
end
return p
|
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(
end
return p
|