All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Fanverse. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:05, 11 April 2026 Mob talk contribs created page Module:IDF Pro Tour Rankings (Created page with "local p = {} local data = require("Module:IDF Pro Tour Rankings/data") function p.main(frame) local output = {} table.insert(output, '{| class="wikitable sortable"') table.insert(output, '! Rank !! Player !! Earnings') for _, player in ipairs(data.rankings) do table.insert(output, '|-') table.insert(output, '| ' .. player[2] .. ' || [[' .. player[1] .. ']] || ' .. player[3]) end table.insert(output, '|}') return table.con...")