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