Content deleted Content added
simp |
shorten |
||
Line 212:
:tag('span')
:addClass('metadata wpb-metadata')
:tag('span'):addClass('wpb-project'):wikitext(project):done()
▲ :wikitext(banner_name.prefixedText)
▲ :addClass('wpb-assessment_cat')
:done()
:done()
Line 318 ⟶ 306:
local class_row = mw.html.create('tr')
:node(class_module{class, category = assessment_cat})
:tag('td'):addClass('mbox-text'):attr('colspan', '2'):wikitext(quality_rating)
:allDone()
table.insert(rows, class_row)
Line 363 ⟶ 348:
importance_row
:node(frame:expandTemplate{title='Importance', args={importance, category=assessment_cat, impn=importance_name}})
:tag('td'):addClass('mbox-text'):attr('colspan', '2'):wikitext(importance_rating)
:allDone()
table.insert(rows, importance_row)
Line 560 ⟶ 542:
:addClass('mbox-image wpb-gutter')
:css('min-width',image_left_size)
:tag('span'):addClass('wpb-iefix'):wikitext('/ '):done() --TO FIX IE
:done()
:tag('td'):done()
|