Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
no need to get image unless there is a note
No edit summary
Line 473:
} or ''
local new_note = mw.html.create('tr')
ret :tag('td'):wikitext(note_image):done()
:tag('td'):addClass('mbox-text'):attr('colspan', '2'):wikitext(note_args.text):allDone()
table.insert(collapsed, new_note)
end