Your IP address will be publicly visible if you make any edits.
Module:MainPageStats
From EVE University Wiki
More actions
Revision as of 21:47, 12 July 2025 by Bates Larsson(talk | contribs)(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")