Content deleted Content added
move back and add Category:Pages using sports table with notracking to find problematic pages |
No edit summary |
||
Line 46:
if style_def == 'football' then style_def = 'WDL' end
local p_style = require('Module:Sports table/'..style_def)
local p_sub = require('Module:Sports table/sub/sandbox')
-- Random value used for uniqueness
Line 572:
-- Generate tracking
if not Args['notracking'] then
local getTracking = require('Module:Sports table/argcheck/sandbox').check
Args['showteam'] = frame:getParent().args['showteam']
local tracking_categories = getTracking(Args)
if #tracking_categories > 0 then
if frame:preprocess( "{{REVISIONID}}" ) == "" then
|