Content deleted Content added
No edit summary |
No edit summary |
||
Line 30:
ret = mw.html.create( 'span' )
ret
:
end
Line 42 ⟶ 41:
ret
:wikitext( (displeft or year) .. '
return ret
Line 52 ⟶ 51:
ret
:css( 'width', '10px' )
:css( 'border', '1px solid black' )
Line 67 ⟶ 65:
ret
: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', '
:css('line-height', '90%')
:attr('cellspacing', '0')
:attr('cellpadding', '4')
Line 118 ⟶ 114:
caption
:css('font-weight', 'bold')
:wikitext(args.title or '
ret:node(caption)
end
|