Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of No Subject. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:40, 28 January 2026 Riot Hero talk contribs created page Module:TopPages (Created page with "local p = {} function p.list(frame) local limit = frame.args.limit or 10 local days = frame.args.days or 7 -- 7 for week, 30 for month -- This uses the library provided by Extension:Analytics local data = mw.ext.analytics.getPageViews{ limit = limit, days = days } local output = '{| class="wikitable sortable"\n! Page !! Views\n' for _, row in ipairs(data) do output = output .. '|-\n| ' .. row.title .. ' |...")