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')
:tag('td'):addClass('mbox-text'):attr('colspan', '2'):wikitext(note_args.text):allDone()
table.insert(collapsed, new_note)
end
|