Content deleted Content added
add abbr to TBA |
fix TBA abbr |
||
Line 73:
:attr('scope', 'row')
:css('border-right', '1.4em solid ' .. color(args, year, itemNum, range))
if year == 'TBA' then▼
else▼
builder = builder:wikitext(range ~= 0 and year .. '–' .. range or year)▼
end▼
if itemNum > 1 then
builder = builder:attr('rowspan', itemNum)
▲ end
▲ if year == 'TBA' then
builder:tag('abbr'):attr('title', 'To be announced'):wikitext('TBA')
▲ else
end
end
|