556
个编辑
更改
无编辑摘要
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'