Content deleted Content added
a first attempt at checking that the totals add up in the table (will only issue a warning, and only in preview mode) |
No edit summary |
||
Line 590:
if(Args['showteam'] == nil) then
local getWarnings = require('Module:Sports table/totalscheck').check
local total_warnings =
if #total_warnings > 0 then
if frame:preprocess( "{{REVISIONID}}" ) == "" then
|