Module:Timeline of release years: Difference between revisions

Content deleted Content added
No edit summary
Undid revision 671951722 by CAS222222221 (talk)
Line 7:
return true
end
for i = 9796, 106105 do
if args[year .. string.char(i)] then
return true
Line 25:
 
local function left(builder, year)
local label
if year == 'TBA' then
label = '待定'
else
label = year
end
builder:tag( 'td' )
:attr('align', 'right')
:wikitext( labelyear .. ' –' )
end
 
Line 79 ⟶ 71:
:css('clear', args.align or 'right')
:css('margin', '0 0 0.5ex 1em')
:css('font-size', '85.780%')
:css('line-height', '95.790%')
:attr('cellspacing', '0')
:attr('cellpadding', '4')