Content deleted Content added
S.A. Julio (talk | contribs) allow for horizontally centering the table |
S.A. Julio (talk | contribs) no longer necessary |
||
Line 78:
-- Function to determine the winner based on scores within parentheses (first) or regular format (second)
local function determineWinner(cleanAggregate
local team1Winner, team2Winner = false, false
local score1, score2
Line 543:
-- Determine the winning team on aggregate
team1, team2, team1Winner, team2Winner, manualBold, manualColor, isDraw, aggregateScore = determineWinner(cleanAggregate
-- Add background-color for winning team if set by user
|