Content deleted Content added
add vgr-center to this one |
double with caption |
||
Line 230:
:css('border-top', borderTop)
if args.state then builder:addClass('mw-collapsible-content') end
builder:tag('caption')
builder:tag('tr')
▲ renderMainHeading(builder, 2, data.i18n[#awardKeys == 1 and 'award' or 'awards'], borderTop)
:addClass('vgr-main-heading')
:tag('th')
:attr('colspan', 2)
:attr('scope', 'colgroup')
:css('border-top', borderTop)
:wikitext(data.i18n[#awardKeys == 1 and 'award' or 'awards'])
:done()
builder:tag('tr')
:tag('th')
|