Content deleted Content added
Update colour scheme per WT:FOOTY consensus |
Move football subfunction to WDL for better generalization |
||
Line 20:
-- Load style and (sub) modules
local style_def = Args['style'] or '
-- Historically 'football' exists as style, this is now forwarded to WDL
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')
|