Content deleted Content added
No edit summary |
No edit summary |
||
Line 369:
end -- function parseHighlightArg
local function parseTeamLinks(teamLinksArg, linkForTeam)
Line 450 ⟶ 438:
parseHighlightArg(frame.args.highlight, teamsToHighlight)
end
local linkForTeam = {}
if (frame.args.team_links ~= nil) then
Line 547 ⟶ 530:
teamRowInfo.rowStyle = ' style="background:#CCFFCC;font-weight:bold;"'
end
table.insert(outputBuffer,
generateTeamRow[outputFormat](teamRowInfo, teamInfo)
|