Content deleted Content added
S.A. Julio (talk | contribs) creating module |
S.A. Julio (talk | contribs) . |
||
Line 170:
end
local legs =
local teamWidth = args['
local scoreWidth = args['
local boldWinner = args.bold_winner and (args.bold_winner == 'y' or args.bold_winner == 'yes' or args.bold_winner == '1')
local colorWinner = args.color_winner
Line 199:
end
--
local colCount = 3 + legs
-- Add a title row above column headings if the "title" parameter is passed
Line 220 ⟶ 216:
local defaultTeam2 = args.h_a and 'Away' or 'Team 2'
header:tag('th'):css('text-align', 'right'):css('width', teamWidth):wikitext(args['team1'] or defaultTeam1)
header:tag('th'):css('width', scoreWidth):wikitext(args['
header:tag('th'):css('text-align', 'left'):css('width', teamWidth):wikitext(args['team2'] or defaultTeam2)
|