「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