跳到内容

Module:Partner Data:修订间差异

删除216字节 、​ 2021年4月18日 (星期日)
无编辑摘要
无编辑摘要
无编辑摘要
第8行: 第8行:
for i=1,15 do
for i=1,15 do
if i==1 then
if i==1 then
fragStrA=fragStrA.."|"..string.format("%0.0f",frag[i])
fragStrA=fragStrA.."|"..math.modf(frag[i])
stepStrA=stepStrA.."|"..string.format("%0.0f",step[i])
stepStrA=stepStrA.."|"..math.modf(step[i])
overStrA=overStrA.."|"..string.format("%0.0f",over[i])
overStrA=overStrA.."|"..math.modf(over[i])
else
else
fragStrA=fragStrA.."||"..string.format("%0.0f",frag[i])
fragStrA=fragStrA.."||"..math.modf(frag[i])
stepStrA=stepStrA.."||"..string.format("%0.0f",step[i])
stepStrA=stepStrA.."||"..math.modf(step[i])
overStrA=overStrA.."||"..string.format("%0.0f",over[i])
overStrA=overStrA.."||"..math.modf(over[i])
end
end
end
end
第20行: 第20行:
for i=16,30 do
for i=16,30 do
if i==1 then
if i==1 then
fragStrB=fragStrB.."|"..string.format("%0.0f",frag[i])
fragStrB=fragStrB.."|"..math.modf(frag[i])
stepStrB=stepStrB.."|"..string.format("%0.0f",step[i])
stepStrB=stepStrB.."|"..math.modf(step[i])
overStrB=overStrB.."|"..string.format("%0.0f",over[i])
overStrB=overStrB.."|"..math.modf(over[i])
else
else
fragStrB=fragStrB.."||"..string.format("%0.0f",frag[i])
fragStrB=fragStrB.."||"..math.modf(frag[i])
stepStrB=stepStrB.."||"..string.format("%0.0f",step[i])
stepStrB=stepStrB.."||"..math.modf(step[i])
overStrB=overStrB.."||"..string.format("%0.0f",over[i])
overStrB=overStrB.."||"..math.modf(over[i])
end
end
end
end
第76行: 第76行:
for i=1,20 do
for i=1,20 do
if i==1 then
if i==1 then
fragStr=fragStr.."|"..string.format("%0.0f",frag[i])
fragStr=fragStr.."|"..math.modf(frag[i])
stepStr=stepStr.."|"..string.format("%0.0f",step[i])
stepStr=stepStr.."|"..math.modf(step[i])
overStr=overStr.."|"..string.format("%0.0f",over[i])
overStr=overStr.."|"..math.modf(over[i])
else
else
fragStr=fragStr.."||"..string.format("%0.0f",frag[i])
fragStr=fragStr.."||"..math.modf(frag[i])
stepStr=stepStr.."||"..string.format("%0.0f",step[i])
stepStr=stepStr.."||"..math.modf(step[i])
overStr=overStr.."||"..string.format("%0.0f",over[i])
overStr=overStr.."||"..math.modf(over[i])
end
end
end
end