All public logs

Jump to navigation Jump to search

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

Logs
  • 01:10, 7 February 2025 SGuySMW talk contribs created page Module:Sports table/totalscheck (Created page with "local tc = {} function tc.check(Args, team_list, ii_start, ii_end) local warn = {} local wtotal, dtotal, ltotal = 0,0,0 local hwtotal, hdtotal, hltotal = 0,0,0 local awtotal, adtotal, altotal = 0,0,0 local pkwtotal, pkltotal, otwtotal, otltotal = 0,0,0,0 local gftotal, gatotal = 0,0 for ii = ii_start, ii_end do -- First get code local team_code_ii = team_list[ii] if team_code_ii ~= 'SPORTS_TABLE_TOTAL' then -- Now tabulate values wtotal = wtotal +...")