打开主菜单

Ballance Wiki β

更改

模块:Standings

添加167字节2022年11月20日 (日) 18:46
无编辑摘要
local records = select_standing(get_records(), args[1], args[2])
local score_limits = get_score_limits(args[1], args[2])
local had_score_limits = (next(score_limits) ~= nil)
local ranking = 0
local ranking_hold = 0
highest = remove_asterisk(record[score_col])
wikitable_str = wikitable_str .. get_score_limit_str(highest, score_limits)
if next(score_limits) == nil and had_score_limits then
ranking_hold = '附'
end
end
wikitable_str = wikitable_str .. '|-\n'
end
wikitable_str = wikitable_str .. '|}\n'
mw.log(wikitable_str)
return wikitable_str
end
556
个编辑