Content deleted Content added
No edit summary |
|||
Line 31:
local function makeTooltip(label, tooltip)
local span = mw.html.create('span')
:addClass('rt-commentedText')
:attr('title', tooltip)
:wikitext(label)
|
No edit summary |
|||
Line 31:
local function makeTooltip(label, tooltip)
local span = mw.html.create('span')
:addClass('rt-commentedText')
:attr('title', tooltip)
:wikitext(label)
|