Modul:Transclusion count: Unterschied zwischen den Versionen
Modul:Transclusion count (Quelltext anzeigen)
Version vom 22. Dezember 2021, 23:48 Uhr
, vor 4 JahrenCorrection to tabulate function
(Sort alphabetically after sorting by count) |
(Correction to tabulate function) |
||
| Zeile 47: | Zeile 47: | ||
local data = mw.loadData('Module:Transclusion count/data/' .. ((i == 91) and 'other' or string.char(i))) | local data = mw.loadData('Module:Transclusion count/data/' .. ((i == 91) and 'other' or string.char(i))) | ||
for name, count in pairs(data) do | for name, count in pairs(data) do | ||
table.insert(list, {mw.title.new(name, "Template").fullText, count}) | |||
table.insert(list, {name, count}) | |||
end | end | ||
end | end | ||