打开主菜单

Ballance Wiki β

更改

模块:Standings

添加34字节2022年11月19日 (六) 00:01
无编辑摘要
for key, record in ipairs(records) do
ranking = ranking + 1
if highest == nil or highest ~= remove_asterisk(record[score_col] ) then
ranking_hold = ranking
end
wikitable_str = wikitable_str .. '\n'
highest = remove_asterisk(record[score_col])
end
wikitable_str = wikitable_str .. '|}\n'
556
个编辑