Module:Transclusion count: Difference between revisions

Sort alphabetically after sorting by count
(Sort alphabetically after sorting by count)
Line 54:
end
table.sort(list, function(a, b)
return (a[2] == b[2]) and (a[1] < b[1]) or (a[2] > b[2])
end)
local lang = mw.getContentLanguage();
Anonymous user