All public logs
Jump to navigation
Jump to search
Combined display of all available logs of TSP Encyclopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:17, 11 December 2022 Im a waffle1 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 +...")