Content deleted Content added
add rounds to data |
add some customisation |
||
Line 1:
local data = {}
-- information about other templates used by module
data.templates = { flag_icon_linked = "fbicon" } -- template for flag icon and team link [fbicon|fbwicon]
-- date of latest update
data.updated = { day = 11, month = 'December', year =2018 }
-- rounds of competition
data.rounds = { group = 4, playoffs =5 } -- round with column for goals
|