Content deleted Content added
insert mw-collapsible instead |
collapsible-content |
||
Line 166:
end
local function renderReviews(builder, providedReviewers, providedAggregators,
activeSystems, customAggregatorKeys, customReviewerKeys, args) builder = builder:tag('table')
:attr('cellpadding', 0)
Line 173 ⟶ 174:
:css('border-bottom', 'none')
:css('margin', '0em')
if args.state then builder:addClass('mw-collapsible-content') end
local reviewerCount = #providedReviewers + #customReviewerKeys
Line 242 ⟶ 244:
:attr('cellpadding', 3)
:attr('cellspacing', 0)
if args.state then builder:addClass('mw-collapsible-content') end
renderMainHeading(builder, 2, data.i18n[#awardKeys == 1 and 'award' or 'awards'], borderTop)
Line 333 ⟶ 336:
-- TODO: I think getUpdateLink can be made const in the other module.
:wikitext(data.i18n.editOnWikidata .. vgwd.getUpdateLink('nosub'))
if args.state then div:addClass('mw-collapsible-content') end
end
|