Module:WikiProject banner/sandbox: Difference between revisions

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