Module:Sandbox/CAS222222221: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 30:
ret = mw.html.create( 'span' )
ret
:csswikitext( 'text-indent', .. content .. '-1em<br />' )
:wikitext( '-' .. content .. '<br />' )
end
Line 42 ⟶ 41:
ret
:wikitext( (displeft or year) .. '' )
return ret
Line 52 ⟶ 51:
ret
:wikitext( '&nbsp;' )
:css( 'width', '10px' )
:css( 'border', '1px solid black' )
Line 67 ⟶ 65:
 
ret
:css( 'padding', '0 0 0 -1em')
:node( titleItem(args[year]) or titleItem(args[year .. 'a' ]) )
 
Line 106 ⟶ 103:
:css('clear', args.align or 'right')
:css('margin', '0 0 0.5ex 1em')
:css('font-size', '92.880%')
:css('line-height', '90%')
:css('max-width', '264px')
:attr('cellspacing', '0')
:attr('cellpadding', '4')
Line 118 ⟶ 114:
caption
:css('font-weight', 'bold')
:wikitext(args.title or '发行时间轴Timeline of release years')
ret:node(caption)
end