Combined display of all available logs of EVE University Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:47, 12 July 2025 Bates Larsson talk contribs created page Module:MainPageStats (Created page with "local p = {} function p.get(frame) local type = frame.args.type if type == "articles" then return mw.site.stats.pages or "–" elseif type == "edits" then return mw.site.stats.edits or "–" end end return p")