Content deleted Content added
MusikBot II (talk | contribs) m Protected "Module:Sports series": High-risk template or module: 332 transclusions (more info) ([Edit=Require autoconfirmed or confirmed access] (indefinite)) |
S.A. Julio (talk | contribs) improve logic for byes |
||
Line 734:
aggregateEndText, notes = processNote(frame, notes, 'agg', aggNote, aggregateEndText, rowIndex, rand_val, noteGroup)
if generateLinks and legs == 0 then
-- Skip link generation for "Bye" entries
aggregateScore = cleanAndGenerateLinks(team1, team2, aggregateScore, false)▼
local isBye = aggregateScore:match("^%s*[Bb][Yy][Ee]%s*$") or aggregateScore:match("|[Bb][Yy][Ee]%]%]")
if not isBye then
▲ aggregateScore = cleanAndGenerateLinks(team1, team2, aggregateScore, false)
end
end
|