Main public logs

Combined display of all available logs of The TF2 Sourcemod Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:05, 16 December 2024 MIXERRULES talk contribs created page Module:ViewCount (Created page with "local p = {} function p.total(frame) local dbr = mw.db.getDB(mw.db.DB_REPLICA) local res = dbr:select('page', 'SUM(page_counter) AS total_views') local row = res and res[1] local totalViews = row and row.total_views or 0 return tostring(totalViews) end return p")