Content deleted Content added
use cfg |
suppress link |
||
Line 508:
local icon = mw.html.create('span')
:addClass('wpb-header-bubbles')
:wikitext('[[File:' .. note_args.image_name .. '|' .. cfg.note.header_icon .. '|' .. note_args.text .. '|link=|alt=]]')
:done()
table.insert(nested_ratings, tostring(icon))
|